diff options
author | David Schleef <ds@schleef.org> | 2009-03-28 18:23:36 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2009-03-28 18:23:36 -0700 |
commit | 2750863c39bbbf007ff01d084864b4ad065c72ee (patch) | |
tree | e1f85a91313d3f845a6949695262d5fb50a4bf78 /.gitignore | |
parent | a60bfcb45b057437de447b19df0d8b5dc8fd2a34 (diff) |
add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53310a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +*.o +*.la +*.lo +orc.pc +orc-0.3.pc +orc-uninstalled.pc +orc-0.3-uninstalled.pc +Makefile +Makefile.in +config.h +config.h.in +config.log +config.status +config.sub +configure +config.guess +compile +aclocal.m4 +depcomp +.*.swp +*~ +.deps +.libs +missing +stamp-h1 +libtool +ltmain.sh +autom4te.cache |