Skip to content

Commit

Permalink
.gitignore: Ignore *.a, *.dylib, lib*.so files in any folder
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBone authored and ivmai committed Oct 24, 2023
1 parent ab40e86 commit 88e6950
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Ignored files in bdwgc Git repo.

# Binary files (in root dir, cord, tests):
*.a
*.dll
*.dylib
*.exe
*.gcda
*.gch
Expand All @@ -11,10 +13,10 @@
*.lo
*.o
*.obj
lib*.so

*.gc.log
.dirstamp
/*.a
/*_bench.log
/*_bench.trs
/*_test
Expand Down Expand Up @@ -58,7 +60,6 @@
/if_not_there
/initfromthreadtest
/leaktest
/lib*.so
/libtool
/middletest
/realloctest
Expand Down

0 comments on commit 88e6950

Please sign in to comment.