Skip to content

Commit af8fe86

Browse files
committed
Git: ignore generated files
1 parent d028bc7 commit af8fe86

File tree

1 file changed

+11
-71
lines changed

1 file changed

+11
-71
lines changed

Diff for: .gitignore

+11-71
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
*~
1+
**/.deps/
2+
**/.libs/
3+
**/Makefile
4+
**/Makefile.in
25
*.exe
6+
*.la
7+
*.lo
8+
*.o
9+
*~
310
Doxyfile
411
INSTALL
5-
Makefile
6-
Makefile.in
712
aclocal.m4
813
ar-lib
914
autom4te.cache/
1015
build
11-
cmake/Makefile
12-
cmake/Makefile.in
13-
cmake/modules/Makefile
14-
cmake/modules/Makefile.in
1516
compile
1617
config.guess
1718
config.h
@@ -20,24 +21,8 @@ config.log
2021
config.status
2122
config.sub
2223
configure
23-
contrib/Makefile
24-
contrib/Makefile.in
25-
contrib/devd/Makefile
26-
contrib/devd/Makefile.in
27-
contrib/udev/Makefile
28-
contrib/udev/Makefile.in
29-
contrib/win32/Makefile
30-
contrib/win32/Makefile.in
31-
contrib/win32/sys/Makefile
32-
contrib/win32/sys/Makefile.in
3324
debian/
3425
depcomp
35-
examples/*.o
36-
examples/.deps/
37-
examples/.libs/
38-
examples/Makefile
39-
examples/Makefile.in
40-
examples/doc/.deps/
4126
examples/nfc-anticol
4227
examples/nfc-dep-initiator
4328
examples/nfc-dep-target
@@ -50,44 +35,10 @@ examples/nfc-relay
5035
examples/pn53x-diagnose
5136
examples/pn53x-sam
5237
examples/pn53x-tamashell
53-
examples/pn53x-tamashell-scripts/Makefile
54-
examples/pn53x-tamashell-scripts/Makefile.in
5538
examples/quick_start_example1
5639
examples/quick_start_example2
57-
include/Makefile
58-
include/Makefile.in
59-
include/nfc/Makefile
60-
include/nfc/Makefile.in
6140
install-sh
6241
libnfc.pc
63-
libnfc/*.lo
64-
libnfc/*.o
65-
libnfc/.deps/
66-
libnfc/.libs/
67-
libnfc/Makefile
68-
libnfc/Makefile.in
69-
libnfc/buses/*.la
70-
libnfc/buses/*.lo
71-
libnfc/buses/*.o
72-
libnfc/buses/.deps/
73-
libnfc/buses/.libs/
74-
libnfc/buses/Makefile
75-
libnfc/buses/Makefile.in
76-
libnfc/chips/*.la
77-
libnfc/chips/*.lo
78-
libnfc/chips/*.o
79-
libnfc/chips/.deps/
80-
libnfc/chips/.libs/
81-
libnfc/chips/Makefile
82-
libnfc/chips/Makefile.in
83-
libnfc/drivers/*.la
84-
libnfc/drivers/*.lo
85-
libnfc/drivers/*.o
86-
libnfc/drivers/.deps/
87-
libnfc/drivers/.libs/
88-
libnfc/drivers/Makefile
89-
libnfc/drivers/Makefile.in
90-
libnfc/libnfc.la
9142
libtool
9243
ltmain.sh
9344
m4/libtool.m4
@@ -97,21 +48,10 @@ m4/ltversion.m4
9748
m4/lt~obsolete.m4
9849
missing
9950
stamp-h1
100-
test/*.la
101-
test/*.lo
102-
test/*.o
103-
test/.deps/
104-
test/.libs/
105-
test/Makefile
106-
test/Makefile.in
10751
test-driver
108-
utils/*.la
109-
utils/*.lo
110-
utils/*.o
111-
utils/.deps/
112-
utils/.libs/
113-
utils/Makefile
114-
utils/Makefile.in
52+
test/run-test.sh.log
53+
test/run-test.sh.trs
54+
test/test-suite.log
11555
utils/nfc-emulate-forum-tag4
11656
utils/nfc-jewel
11757
utils/nfc-list

0 commit comments

Comments
 (0)