Skip to content

Commit d74cb65

Browse files
committed
Update .gitignore
1 parent d980f9b commit d74cb65

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.gitignore

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
.*.swp
21
*.tar.gz
32
*~
4-
src/*.gcno
5-
src/*.gcda
6-
src/*.gcov
7-
src/tags
3+
.*.swp
4+
.cache
85
.deps
96
Makefile
107
Makefile.in
118
aclocal.m4
129
autom4te.cache
10+
ci/build
1311
compile
12+
compile_commands.json
1413
config.guess
1514
config.h
1615
config.h.in
@@ -19,12 +18,15 @@ config.status
1918
config.sub
2019
configure
2120
depcomp
21+
doc/fping.8
22+
doc/fping6.8
2223
install-sh
2324
missing
25+
src/*.gcda
26+
src/*.gcno
27+
src/*.gcov
2428
src/*.o
2529
src/fping
2630
src/fping6
31+
src/tags
2732
stamp-h1
28-
doc/fping.8
29-
doc/fping6.8
30-
ci/build

0 commit comments

Comments
 (0)