summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-09-08 22:48:36 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-09-08 22:48:36 +0400
commita753a1f4a0c245b14e771525c9828b8a554bde84 (patch)
tree2c7a2d7cd0f7f76dc6e9c58389137159da314f05
parente5c08b29e8871790dd6fc348c512df63fa6bfd83 (diff)
downloadlibatomic_ops-a753a1f4a0c245b14e771525c9828b8a554bde84.tar.gz
Add project-wide .gitignore file.
(Apply commit b8cd1c0) * .gitignore: New file.
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cd64647
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# Ignored files in libatomic_ops Git repo.
+# Note: the list should be kept in sync with .cvsignore files for now.
+
+Makefile
+
+/autom4te.cache/
+/config.log
+/config.status
+/libatomic_ops-*
+
+/src/*.a
+/src/*.exe
+/src/*.lib
+/src/*.o
+/src/*.obj
+/src/.deps/
+/src/config.h
+/src/config.h.in~
+/src/stamp-h1
+
+/tests/*.exe
+/tests/*.o
+/tests/*.obj
+/tests/.deps/
+/tests/list_atomic.i
+/tests/test_atomic
+/tests/test_atomic_pthreads
+/tests/test_malloc
+/tests/test_stack