.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 5432c07..999ca7b 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