From dcce3f20aee62ec0bd47cd569bb366c7f8997167 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Wed, 6 Nov 2013 23:18:14 +0400 Subject: [PATCH] add .gitignore --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8a0d9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +*.o +*.lo +*.la +*.log +.deps/ +.libs/ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.h +config.h.in +config.h.in~ +config.status +config.sub +configure +depcomp +install-sh +libpcsc_cr.la +libtool +ltmain.sh +m4/ +missing +stamp-h1 +test-driver +test_chalresp +test_chalresp.o +test_chalresp.trs +test_crypto +test_crypto.trs +test_serial +test_serial.trs -- 2.39.2