git ignore more generated files.
This commit is contained in:
parent
4722b7dd97
commit
d6c879083c
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*~
|
||||
Doxyfile
|
||||
INSTALL
|
||||
Makefile
|
||||
|
@ -42,6 +43,7 @@ debian/libnfc3/
|
|||
debian/tmp/
|
||||
depcomp
|
||||
examples/*.o
|
||||
examples/.deps/
|
||||
examples/.libs/
|
||||
examples/Makefile
|
||||
examples/Makefile.in
|
||||
|
@ -67,24 +69,28 @@ install-sh
|
|||
libnfc.pc
|
||||
libnfc/*.lo
|
||||
libnfc/*.o
|
||||
libnfc/.deps/
|
||||
libnfc/.libs/
|
||||
libnfc/Makefile
|
||||
libnfc/Makefile.in
|
||||
libnfc/buses/*.la
|
||||
libnfc/buses/*.lo
|
||||
libnfc/buses/*.o
|
||||
libnfc/buses/.deps/
|
||||
libnfc/buses/.libs/
|
||||
libnfc/buses/Makefile
|
||||
libnfc/buses/Makefile.in
|
||||
libnfc/chips/*.la
|
||||
libnfc/chips/*.lo
|
||||
libnfc/chips/*.o
|
||||
libnfc/chips/.deps/
|
||||
libnfc/chips/.libs/
|
||||
libnfc/chips/Makefile
|
||||
libnfc/chips/Makefile.in
|
||||
libnfc/drivers/*.la
|
||||
libnfc/drivers/*.lo
|
||||
libnfc/drivers/*.o
|
||||
libnfc/drivers/.deps/
|
||||
libnfc/drivers/.libs/
|
||||
libnfc/drivers/Makefile
|
||||
libnfc/drivers/Makefile.in
|
||||
|
@ -98,11 +104,13 @@ m4/ltversion.m4
|
|||
m4/lt~obsolete.m4
|
||||
missing
|
||||
stamp-h1
|
||||
test/.deps/
|
||||
test/Makefile
|
||||
test/Makefile.in
|
||||
utils/*.la
|
||||
utils/*.lo
|
||||
utils/*.o
|
||||
utils/.deps/
|
||||
utils/.libs/
|
||||
utils/Makefile
|
||||
utils/Makefile.in
|
||||
|
|
Loading…
Reference in a new issue