git » nmdb » commit 33fd769

Add the .gitignore file.

author Alberto Bertogli
2007-07-26 23:23:51 UTC
committer Alberto Bertogli
2007-07-26 23:23:51 UTC
parent 84513cbe1029c475993ce1dc848efb8f52f12e32

Add the .gitignore file.

It makes sense to include it here because most people who checks out the repo
will want to ignore these.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

.gitignore +14 -0

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..58ace67
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# git-ls-files --others --exclude-from=.git/info/exclude
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+*.[oa]
+*.so
+.*.swp
+*.gcno
+*.gcda
+# *~
+/nmdb/nmdb
+tests/c/*-*-cache
+tests/c/*-*-normal
+tests/c/*-*-sync