From 4692f84521ce19f095bed6c65771c952c86e7066 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 4 Oct 2012 15:08:57 +0400 Subject: [PATCH] .gitignore: Ignore .dll, .so files and pthreads-w32* library folder --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5432c07..999ca7b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- 2.40.0