Git: ignore generated files
This commit is contained in:
parent
d028bc725d
commit
af8fe86b0d
1 changed files with 11 additions and 71 deletions
82
.gitignore
vendored
82
.gitignore
vendored
|
@ -1,17 +1,18 @@
|
|||
*~
|
||||
**/.deps/
|
||||
**/.libs/
|
||||
**/Makefile
|
||||
**/Makefile.in
|
||||
*.exe
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*~
|
||||
Doxyfile
|
||||
INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
ar-lib
|
||||
autom4te.cache/
|
||||
build
|
||||
cmake/Makefile
|
||||
cmake/Makefile.in
|
||||
cmake/modules/Makefile
|
||||
cmake/modules/Makefile.in
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
|
@ -20,24 +21,8 @@ config.log
|
|||
config.status
|
||||
config.sub
|
||||
configure
|
||||
contrib/Makefile
|
||||
contrib/Makefile.in
|
||||
contrib/devd/Makefile
|
||||
contrib/devd/Makefile.in
|
||||
contrib/udev/Makefile
|
||||
contrib/udev/Makefile.in
|
||||
contrib/win32/Makefile
|
||||
contrib/win32/Makefile.in
|
||||
contrib/win32/sys/Makefile
|
||||
contrib/win32/sys/Makefile.in
|
||||
debian/
|
||||
depcomp
|
||||
examples/*.o
|
||||
examples/.deps/
|
||||
examples/.libs/
|
||||
examples/Makefile
|
||||
examples/Makefile.in
|
||||
examples/doc/.deps/
|
||||
examples/nfc-anticol
|
||||
examples/nfc-dep-initiator
|
||||
examples/nfc-dep-target
|
||||
|
@ -50,44 +35,10 @@ examples/nfc-relay
|
|||
examples/pn53x-diagnose
|
||||
examples/pn53x-sam
|
||||
examples/pn53x-tamashell
|
||||
examples/pn53x-tamashell-scripts/Makefile
|
||||
examples/pn53x-tamashell-scripts/Makefile.in
|
||||
examples/quick_start_example1
|
||||
examples/quick_start_example2
|
||||
include/Makefile
|
||||
include/Makefile.in
|
||||
include/nfc/Makefile
|
||||
include/nfc/Makefile.in
|
||||
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
|
||||
libnfc/libnfc.la
|
||||
libtool
|
||||
ltmain.sh
|
||||
m4/libtool.m4
|
||||
|
@ -97,21 +48,10 @@ m4/ltversion.m4
|
|||
m4/lt~obsolete.m4
|
||||
missing
|
||||
stamp-h1
|
||||
test/*.la
|
||||
test/*.lo
|
||||
test/*.o
|
||||
test/.deps/
|
||||
test/.libs/
|
||||
test/Makefile
|
||||
test/Makefile.in
|
||||
test-driver
|
||||
utils/*.la
|
||||
utils/*.lo
|
||||
utils/*.o
|
||||
utils/.deps/
|
||||
utils/.libs/
|
||||
utils/Makefile
|
||||
utils/Makefile.in
|
||||
test/run-test.sh.log
|
||||
test/run-test.sh.trs
|
||||
test/test-suite.log
|
||||
utils/nfc-emulate-forum-tag4
|
||||
utils/nfc-jewel
|
||||
utils/nfc-list
|
||||
|
|
Loading…
Reference in a new issue