diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 16:02:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-03-24 16:02:55 -0700 |
commit | 26cb2802170d349fa1b2ab2237e6f2c0d1df1709 (patch) | |
tree | b2a139c5e35d55a2c32fb9a49232512ed3c07676 | |
parent | 4d821427ac3e7e3de86f46e3b1e638c65758b774 (diff) |
Add .gitignore
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4314021 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +aclocal.m4 +autom4te.cache +config.guess +config.log +config.status +config.sub +configure +depcomp +.deps +install-sh +makedepend.1 +makedepend-config.h +makedepend-config.h.in +Makefile +Makefile.in +MakeOut +missing +mkinstalldirs +stamp-h1 +*~ +*.o +makedepend-*tar.* +ChangeLog +tags |