Skip to content

Commit 2b92946

Browse files
committed
maint: add more gitignore files
Signed-off-by: Marc-André Lureau <[email protected]>
1 parent 597493c commit 2b92946

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.gitignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
*.a
2-
*.d
3-
*.o
1+
*.[aod]
2+
*.gcda
3+
*.gcno
4+
*.gcov
5+
*.lib
6+
*.obj
7+
/TAGS
8+
/cscope*
49
/src/libslirp-version.h
10+
/tags

0 commit comments

Comments
 (0)