Instruct Git to ignore 'tests/core' file
authorIvan Maidanski <ivmai@mail.ru>
Thu, 4 Aug 2011 08:13:11 +0000 (12:13 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 4 Aug 2011 08:13:11 +0000 (12:13 +0400)
.gitignore
tests/.cvsignore

index cd64647..41bd61b 100644 (file)
@@ -22,6 +22,7 @@ Makefile
 /tests/*.o
 /tests/*.obj
 /tests/.deps/
+/tests/core
 /tests/list_atomic.i
 /tests/test_atomic
 /tests/test_atomic_pthreads
index c1d828e..5136bcc 100644 (file)
@@ -3,6 +3,7 @@
 *.obj
 .deps
 Makefile
+core
 list_atomic.i
 test_atomic
 test_atomic_pthreads