diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-07-12 19:30:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-07-12 19:30:25 -0700 |
commit | 08130178348738603ab916036ac63afd41b27e94 (patch) | |
tree | 87a70419f58867d533a999e3b94efaa6b04470dd | |
parent | ddb3d2e94df03c5d06717189f5e349342ad0fa09 (diff) |
Create .gitignore
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6152d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*~ +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +.deps +install-sh +Makefile +Makefile.in +MakeOut +missing +mkinstalldirs +stamp-h1 |