Skip to content

Commit fc8a956

Browse files
committed
gitignore - ignore .dll .lib files
1 parent 2d030ee commit fc8a956

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Compiled Dynamic libraries
1010
*.so
1111
*.dylib
12+
*.dll
1213

1314
# Compiled Static libraries
1415
*.lai
@@ -18,6 +19,9 @@
1819
# Compiled Erlang files
1920
*.beam
2021

22+
# Library files
23+
*.lib
24+
2125
# MSVC stuff
2226
*.Debug
2327
*.Release

0 commit comments

Comments
 (0)