Skip to content

Commit 0e5ad28

Browse files
committed
Merge pull request #405 from malleor/master
Added Windows objects, libraries and executables to C++.gitignore
2 parents 8b68687 + 53adf39 commit 0e5ad28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

C++.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22
*.slo
33
*.lo
44
*.o
5+
*.obj
56

67
# Compiled Dynamic libraries
78
*.so
89
*.dylib
10+
*.dll
911

1012
# Compiled Static libraries
1113
*.lai
1214
*.la
1315
*.a
16+
*.lib
17+
18+
# Executables
19+
*.exe
20+
*.out
21+
*.app

0 commit comments

Comments
 (0)