summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2011-03-16 11:46:13 -0400
committerWilliam Cohen <wcohen@redhat.com>2011-03-16 11:46:13 -0400
commit890c5721590699a986e5a4577bcc7e00fe3eb86b (patch)
tree1db550883e833946c36d3f686558814160d9a036 /.gitignore
parent26c2b77bff6dcab6f212dd5fb0a6b755aca1c88f (diff)
downloadmemstomp-890c5721590699a986e5a4577bcc7e00fe3eb86b.tar.gz
memstomp-890c5721590699a986e5a4577bcc7e00fe3eb86b.tar.xz
memstomp-890c5721590699a986e5a4577bcc7e00fe3eb86b.zip
Add a .gitingore file so "git status" returns accurate results
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..be37bf8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+*~
+#*
+*#
+.#*
+autom4te.*
+cscope.files
+cscope*out
+gmon.out
+config.h
+config.log
+config.status
+.deps
+.checkstyle
+.cproject
+libtool
+.metadata
+memstomp-*.tar.gz
+.project
+.settings
+stamp-h1
+SNAPSHOT
+*.o
+Makefile