diff options
author | Stef Walter <stef@memberwebs.com> | 2009-11-13 04:19:39 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-11-13 04:27:21 +0000 |
commit | afbffb00ac2622bcacbd17598eddf7442abc379d (patch) | |
tree | d906dbd10b9b34e7431a6051739d3daa92036f70 /.gitignore | |
parent | f8c4c268f745985322126cf99a51ac227a432dc8 (diff) |
Migrate to git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08d92af --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +.deps +.libs +.*project +*~ +*.a +*.bak +*.lo +*.la +*.o +*.orig +autom4te.cache +aclocal.m4 +config.h +config.h.in +config.log +config.status +configure +depcomp +install-sh +INSTALL +Makefile +Makefile.in +missing +stamp-* + +/src/p11-tests |