aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gross <jasongross9@gmail.com>2020-04-07 08:53:51 -0400
committerGitHub <noreply@github.com>2020-04-07 09:53:51 -0300
commit994f99fc353f523dfe5633067805a1dd4a53040f (patch)
treeb79823dcc43a47e04dac948ce3866af32f1626fb
parent2f75277037d172200d4a37621c1b9c3b9901dbd8 (diff)
downloadgitignore-994f99fc353f523dfe5633067805a1dd4a53040f.tar.gz
gitignore-994f99fc353f523dfe5633067805a1dd4a53040f.zip
Add generated timing files to Coq.gitignore (#3367)
These generated files were added in https://github.com/coq/coq/pull/745
-rw-r--r--Coq.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/Coq.gitignore b/Coq.gitignore
index a3e2ac49..829ac44a 100644
--- a/Coq.gitignore
+++ b/Coq.gitignore
@@ -31,3 +31,13 @@ lia.cache
nia.cache
nlia.cache
nra.cache
+
+# generated timing files
+*.timing.diff
+*.v.after-timing
+*.v.before-timing
+*.v.timing
+time-of-build-after.log
+time-of-build-before.log
+time-of-build-both.log
+time-of-build-pretty.log