Skip to content

Commit 09435be

Browse files
committed
Clean up build artifacts
1 parent b941477 commit 09435be

24 files changed

Lines changed: 37 additions & 49801 deletions

.gitignore

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,52 @@
1-
**/prog
2-
**/*.o
1+
# Build artifacts
32
*.bak
3+
*.la
4+
*.lo
5+
*.log
6+
*.o
7+
*~
8+
.deps
9+
/Makefile
10+
/Makefile.in
11+
/aclocal.m4
12+
/autom4te.cache
13+
/build-aux/
14+
/config.*
15+
/configure
16+
/include/Makefile
17+
/include/Makefile.in
18+
/libtool
19+
/src/Makefile
20+
/src/Makefile.in
21+
/src/learner
22+
/src/pdiffer
23+
/src/playground
24+
/src/profile-matcher
25+
/src/prophet
26+
/stampt-h1
27+
/tests/
28+
/wrap/Makefile
29+
/wrap/Makefile.in
30+
31+
# Experiments' artifacts
432
**/out/
5-
**/*.lo
6-
src/learner
7-
src/pdiffer
8-
src/prophet
9-
src/playground
10-
src/profile-matcher
11-
.vscode
12-
**/*.la
33+
**/prog
34+
*.ll
35+
*.bc
1336
benchmarks/*-src
1437
benchmarks/*-tests*
1538
!benchmarks/gzip-tests
16-
autom4te.cache
1739
*.tar.gz
1840
!benchmarks/lighttpd-deps/pcre-8.36.tar.gz
1941
**/CMakeFiles/
2042
**/CMakeCache.txt
2143
/dg/
22-
**/*.log
23-
*~
24-
*.ll
25-
*.bc
2644
__*
2745
**/__*
2846
!**/*.py
2947
**/.libs
30-
**/.deps
48+
49+
# Development
50+
.vscode
3151
build
32-
msv
52+
msv

0 commit comments

Comments
 (0)