From 890c5721590699a986e5a4577bcc7e00fe3eb86b Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 16 Mar 2011 11:46:13 -0400 Subject: Add a .gitingore file so "git status" returns accurate results --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore 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 -- cgit