Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-04 12:13:11 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-04 12:13:11 +0400
commitf2eef23041e48f837e0f464ec5347d95b69712ef (patch)
tree8ccb8dd1f37cfd025dfbb6d03876a559af754fd7
parentb18a6a14cd6df064d50f75fa4c73a11be256b072 (diff)
Instruct Git to ignore 'tests/core' file
-rw-r--r--.gitignore1
-rw-r--r--tests/.cvsignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cd64647..41bd61b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@ Makefile
/tests/*.o
/tests/*.obj
/tests/.deps/
+/tests/core
/tests/list_atomic.i
/tests/test_atomic
/tests/test_atomic_pthreads
diff --git a/tests/.cvsignore b/tests/.cvsignore
index c1d828e..5136bcc 100644
--- a/tests/.cvsignore
+++ b/tests/.cvsignore
@@ -3,6 +3,7 @@
*.obj
.deps
Makefile
+core
list_atomic.i
test_atomic
test_atomic_pthreads