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
|
*.exe
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*~
|
||||||
Doxyfile
|
Doxyfile
|
||||||
INSTALL
|
INSTALL
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
ar-lib
|
ar-lib
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
build
|
build
|
||||||
cmake/Makefile
|
|
||||||
cmake/Makefile.in
|
|
||||||
cmake/modules/Makefile
|
|
||||||
cmake/modules/Makefile.in
|
|
||||||
compile
|
compile
|
||||||
config.guess
|
config.guess
|
||||||
config.h
|
config.h
|
||||||
|
@ -20,24 +21,8 @@ config.log
|
||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
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/
|
debian/
|
||||||
depcomp
|
depcomp
|
||||||
examples/*.o
|
|
||||||
examples/.deps/
|
|
||||||
examples/.libs/
|
|
||||||
examples/Makefile
|
|
||||||
examples/Makefile.in
|
|
||||||
examples/doc/.deps/
|
|
||||||
examples/nfc-anticol
|
examples/nfc-anticol
|
||||||
examples/nfc-dep-initiator
|
examples/nfc-dep-initiator
|
||||||
examples/nfc-dep-target
|
examples/nfc-dep-target
|
||||||
|
@ -50,44 +35,10 @@ examples/nfc-relay
|
||||||
examples/pn53x-diagnose
|
examples/pn53x-diagnose
|
||||||
examples/pn53x-sam
|
examples/pn53x-sam
|
||||||
examples/pn53x-tamashell
|
examples/pn53x-tamashell
|
||||||
examples/pn53x-tamashell-scripts/Makefile
|
|
||||||
examples/pn53x-tamashell-scripts/Makefile.in
|
|
||||||
examples/quick_start_example1
|
examples/quick_start_example1
|
||||||
examples/quick_start_example2
|
examples/quick_start_example2
|
||||||
include/Makefile
|
|
||||||
include/Makefile.in
|
|
||||||
include/nfc/Makefile
|
|
||||||
include/nfc/Makefile.in
|
|
||||||
install-sh
|
install-sh
|
||||||
libnfc.pc
|
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
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
m4/libtool.m4
|
m4/libtool.m4
|
||||||
|
@ -97,21 +48,10 @@ m4/ltversion.m4
|
||||||
m4/lt~obsolete.m4
|
m4/lt~obsolete.m4
|
||||||
missing
|
missing
|
||||||
stamp-h1
|
stamp-h1
|
||||||
test/*.la
|
|
||||||
test/*.lo
|
|
||||||
test/*.o
|
|
||||||
test/.deps/
|
|
||||||
test/.libs/
|
|
||||||
test/Makefile
|
|
||||||
test/Makefile.in
|
|
||||||
test-driver
|
test-driver
|
||||||
utils/*.la
|
test/run-test.sh.log
|
||||||
utils/*.lo
|
test/run-test.sh.trs
|
||||||
utils/*.o
|
test/test-suite.log
|
||||||
utils/.deps/
|
|
||||||
utils/.libs/
|
|
||||||
utils/Makefile
|
|
||||||
utils/Makefile.in
|
|
||||||
utils/nfc-emulate-forum-tag4
|
utils/nfc-emulate-forum-tag4
|
||||||
utils/nfc-jewel
|
utils/nfc-jewel
|
||||||
utils/nfc-list
|
utils/nfc-list
|
||||||
|
|
Loading…
Reference in a new issue