gitignore
This commit is contained in:
63
.gitignore
vendored
Normal file
63
.gitignore
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
*~
|
||||
*.swp
|
||||
|
||||
*.lo
|
||||
*.o
|
||||
|
||||
*.so
|
||||
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
|
||||
INSTALL
|
||||
Makefile.in
|
||||
Makefile
|
||||
ltmain.sh
|
||||
stamp-h1
|
||||
libtool
|
||||
autom4te.cache
|
||||
aclocal.m4
|
||||
compile
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
.libs
|
||||
.deps
|
||||
|
||||
*.pyc
|
||||
py-compile
|
||||
|
||||
*.rst
|
||||
doc/_build/
|
||||
npa/doc/Doxyfile
|
||||
npa/doc/html
|
||||
npa/doc/npa.tag
|
||||
npa/doc/xml/
|
||||
|
||||
*.ggo
|
||||
cmdline.c
|
||||
cmdline.h
|
||||
|
||||
libtool.m4
|
||||
ltoptions.m4
|
||||
ltsugar.m4
|
||||
ltversion.m4
|
||||
lt~obsolete.m4
|
||||
|
||||
*.1
|
||||
|
||||
ccid/src/ccid-emulator
|
||||
npa/src/example
|
||||
npa/src/npa-tool
|
||||
pcsc-relay/src/pcsc-relay
|
||||
virtualsmartcard/src/vpicc/vicc
|
||||
|
||||
*.pc
|
||||
Reference in New Issue
Block a user