Skip to content

Commit 86019d8

Browse files
authored
Add .gitignore for C++ libtrace artifacts (#15)
1 parent 1dc244b commit 86019d8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

libtrace/.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/.aclocal.out
2+
/.autoconf.out
3+
/.autoheader.out
4+
/.automake.out
5+
Makefile
6+
Makefile.in
7+
aclocal.m4
8+
/autom4te.cache/
9+
/compile
10+
/config.*
11+
/configure
12+
*~
13+
/depcomp
14+
install-sh
15+
missing
16+
.deps/
17+
stamp-h?
18+
*.o
19+
*.a
20+
src/config.h
21+
src/config.h.in
22+
src/frame.piqi.*
23+
src/readtrace
24+
src/copytrace

0 commit comments

Comments
 (0)