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
|
Doxyfile
|
||||||
INSTALL
|
INSTALL
|
||||||
Makefile
|
Makefile
|
||||||
|
@ -42,6 +43,7 @@ debian/libnfc3/
|
||||||
debian/tmp/
|
debian/tmp/
|
||||||
depcomp
|
depcomp
|
||||||
examples/*.o
|
examples/*.o
|
||||||
|
examples/.deps/
|
||||||
examples/.libs/
|
examples/.libs/
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
examples/Makefile.in
|
examples/Makefile.in
|
||||||
|
@ -67,24 +69,28 @@ install-sh
|
||||||
libnfc.pc
|
libnfc.pc
|
||||||
libnfc/*.lo
|
libnfc/*.lo
|
||||||
libnfc/*.o
|
libnfc/*.o
|
||||||
|
libnfc/.deps/
|
||||||
libnfc/.libs/
|
libnfc/.libs/
|
||||||
libnfc/Makefile
|
libnfc/Makefile
|
||||||
libnfc/Makefile.in
|
libnfc/Makefile.in
|
||||||
libnfc/buses/*.la
|
libnfc/buses/*.la
|
||||||
libnfc/buses/*.lo
|
libnfc/buses/*.lo
|
||||||
libnfc/buses/*.o
|
libnfc/buses/*.o
|
||||||
|
libnfc/buses/.deps/
|
||||||
libnfc/buses/.libs/
|
libnfc/buses/.libs/
|
||||||
libnfc/buses/Makefile
|
libnfc/buses/Makefile
|
||||||
libnfc/buses/Makefile.in
|
libnfc/buses/Makefile.in
|
||||||
libnfc/chips/*.la
|
libnfc/chips/*.la
|
||||||
libnfc/chips/*.lo
|
libnfc/chips/*.lo
|
||||||
libnfc/chips/*.o
|
libnfc/chips/*.o
|
||||||
|
libnfc/chips/.deps/
|
||||||
libnfc/chips/.libs/
|
libnfc/chips/.libs/
|
||||||
libnfc/chips/Makefile
|
libnfc/chips/Makefile
|
||||||
libnfc/chips/Makefile.in
|
libnfc/chips/Makefile.in
|
||||||
libnfc/drivers/*.la
|
libnfc/drivers/*.la
|
||||||
libnfc/drivers/*.lo
|
libnfc/drivers/*.lo
|
||||||
libnfc/drivers/*.o
|
libnfc/drivers/*.o
|
||||||
|
libnfc/drivers/.deps/
|
||||||
libnfc/drivers/.libs/
|
libnfc/drivers/.libs/
|
||||||
libnfc/drivers/Makefile
|
libnfc/drivers/Makefile
|
||||||
libnfc/drivers/Makefile.in
|
libnfc/drivers/Makefile.in
|
||||||
|
@ -98,11 +104,13 @@ m4/ltversion.m4
|
||||||
m4/lt~obsolete.m4
|
m4/lt~obsolete.m4
|
||||||
missing
|
missing
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
test/.deps/
|
||||||
test/Makefile
|
test/Makefile
|
||||||
test/Makefile.in
|
test/Makefile.in
|
||||||
utils/*.la
|
utils/*.la
|
||||||
utils/*.lo
|
utils/*.lo
|
||||||
utils/*.o
|
utils/*.o
|
||||||
|
utils/.deps/
|
||||||
utils/.libs/
|
utils/.libs/
|
||||||
utils/Makefile
|
utils/Makefile
|
||||||
utils/Makefile.in
|
utils/Makefile.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue