Skip to content

Commit 90c8b4e

Browse files
committed
Remove C examples' artifacts
I couldn't get the C++ examples to compile with vanila clang++ so their artifacts are staying for reference for now.
1 parent 158a607 commit 90c8b4e

21 files changed

+9
-11145
lines changed

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
**/prog
1+
out/
2+
profile/
3+
build.log*
4+
fixed_*
5+
profile_localization.res
6+
prog
7+
repair.log
8+
*-info.json
29
**/*.o
310
*.bak
4-
**/out/
511
**/*.lo
612
src/learner
713
src/pdiffer
@@ -23,6 +29,7 @@ autom4te.cache
2329
*~
2430
*.ll
2531
*.bc
32+
*.cache
2633
__*
2734
**/__*
2835
!**/*.py

0 commit comments

Comments
 (0)