-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Support TIMING and PROFILING like coq_makefile (#512)
Should be useful to identify changes more precisely in the Coq benchmarking.
- Loading branch information
1 parent
8f5fd33
commit afb7fd2
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,9 @@ | |
*.vok | ||
*.vos | ||
*.glob | ||
*.timing | ||
*.prof.json | ||
*.prof.json.gz | ||
*.o | ||
*.a | ||
*.cmi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters