Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
**/prog
out/
profile/
build.log*
fixed_*
profile_localization.res
prog
repair.log
*-info.json
**/*.o
*.bak
**/out/
**/*.lo
src/learner
src/pdiffer
Expand All @@ -23,6 +29,7 @@ autom4te.cache
*~
*.ll
*.bc
*.cache
__*
**/__*
!**/*.py
Expand Down
8 changes: 0 additions & 8 deletions examples/engagement1/bresenham/run.conf

This file was deleted.

5 changes: 2 additions & 3 deletions examples/engagement1/bresenham/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
#!/bin/sh
rm __fixed_*
prophet run.conf -cpp -skip-verify -r . -consider-all -first-n-loc 200 -feature-para ../../../crawler/para-all.out

msv -cpp -skip-verify -r . -consider-all -first-n-loc 200 -feature-para ../../../crawler/para-all.out
Loading