--- /dev/null
+# 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
TODO tasks
==========
-Add .gitignore while keeping .cvsignore for compatibility (adjust build
-scripts if needed). I think there should be only one .gitignore file (in the
-root).
-
Add .gitattribute file. Set crlf property. I think we should consistently
use LF across the project (including Makefile.msft) and checkout files as-is.