]> granicus.if.org Git - libatomic_ops/commitdiff
.gitignore: Ignore .dll, .so files and pthreads-w32* library folder
authorIvan Maidanski <ivmai@mail.ru>
Thu, 4 Oct 2012 11:08:57 +0000 (15:08 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 4 Oct 2012 11:08:57 +0000 (15:08 +0400)
.gitignore

index 5432c07cc4492c36727b34ab36e49d9215be5b66..999ca7be7bfe9468b7c4a0b01806e83131bc2e52 100644 (file)
@@ -11,6 +11,7 @@ Makefile
 /libatomic_ops-*
 
 *.a
+*.dll
 *.exe
 *.gcda
 *.gcno
@@ -19,6 +20,7 @@ Makefile
 *.lo
 *.o
 *.obj
+*.so
 
 /src/.deps/
 /src/.libs/
@@ -34,6 +36,9 @@ Makefile
 /tests/test_malloc
 /tests/test_stack
 
+# External library (without trailing slash to allow symlinks):
+/pthreads-w32*
+
 # These files are generated by autoreconf:
 /INSTALL
 /aclocal.m4