diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-01-20 13:36:33 -0600 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-01-21 14:48:43 -0600 |
commit | a50ba779ff3e0a5d4f35fb2b6ab525a423575cc4 (patch) | |
tree | 0ba036aa541c3a243effbb50e7ff79c89bf4709f /.gitignore |
Initial implementation of p11-unity
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa242e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +*.o +*.la +*.lo +*.tar.gz + +.deps +.libs +.project +.cproject +.settings + +aclocal.m4 +autom4te.cache +compile +config.guess +config.h* +config.log +config.status +config.sub +configure +configure.tmp +depcomp +install-sh +INSTALL +libtool +ltmain.sh +m4 +Makefile +Makefile.in +missing +stamp-h1 |