diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-09-11 19:37:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-09-11 19:37:59 -0700 |
commit | 5f48316d12acc598748c9ba3bd7467d257b7baed (patch) | |
tree | 967423fd7caf91a934be399749ce12ca88c16504 /.gitignore | |
parent | 54ad450dea936523c12b72b85617c3db757f7ca2 (diff) |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c49c4a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +.deps +ChangeLog +Makefile +Makefile.in +aclocal.m4 +xscope +xscope.1 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +missing +stamp-h1 +*.o +*~ |