diff options
author | David Schleef <ds@ginger.bigkitten.com> | 2007-12-27 16:09:45 -0800 |
---|---|---|
committer | David Schleef <ds@ginger.bigkitten.com> | 2007-12-27 16:09:45 -0800 |
commit | a83af19cea612284ece27fd42c7ad479e4c7a813 (patch) | |
tree | ac437b17164ad1ff024ba8ef84ba9710c3a04f7a /.gitignore | |
parent | 8f0175e083f7fc3af07da0781e144e409275fb53 (diff) |
Add some gitignore files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4319b16 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*~ +*.lo +*.o +*.in +Makefile +.deps +*.swp +aclocal.m4 +compile +config.guess +config.h +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +.libs +*.la +stamp-h1 +autom4te.cache +liboil-0.3-uninstalled.pc +liboil-0.3.pc +liboil-uninstalled.pc +liboil.pc +patch +core |