Skip to content

Commit 824d52f

Browse files
committed
Clean up build artifacts
1 parent d0c3976 commit 824d52f

24 files changed

Lines changed: 37 additions & 49800 deletions

.gitignore

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,53 @@
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/.dirstamp
20+
/src/Makefile
21+
/src/Makefile.in
22+
/src/learner
23+
/src/pdiffer
24+
/src/playground
25+
/src/profile-matcher
26+
/src/prophet
27+
/stamp-h1
28+
/tests/
29+
/wrap/Makefile
30+
/wrap/Makefile.in
31+
32+
# Experiments' artifacts
433
**/out/
5-
**/*.lo
6-
src/learner
7-
src/pdiffer
8-
src/prophet
9-
src/playground
10-
src/profile-matcher
11-
.vscode
12-
**/*.la
34+
**/prog
35+
*.ll
36+
*.bc
1337
benchmarks/*-src
1438
benchmarks/*-tests*
1539
!benchmarks/gzip-tests
16-
autom4te.cache
1740
*.tar.gz
1841
!benchmarks/lighttpd-deps/pcre-8.36.tar.gz
1942
**/CMakeFiles/
2043
**/CMakeCache.txt
2144
/dg/
22-
**/*.log
23-
*~
24-
*.ll
25-
*.bc
2645
__*
2746
**/__*
2847
!**/*.py
2948
**/.libs
30-
**/.deps
49+
50+
# Development
51+
.vscode
3152
build
3253
msv

0 commit comments

Comments
 (0)