diff options
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 |