aboutsummaryrefslogtreecommitdiffstats
path: root/icetime
diff options
context:
space:
mode:
authorMichael Buesch <m@bues.ch>2019-06-07 22:44:48 +0200
committerMichael Buesch <m@bues.ch>2019-06-07 22:55:48 +0200
commitfab366e81d3196108da6f342489b6829f979d1b1 (patch)
tree9a8228ad2ac19585df8756b36ee474e40585ee3c /icetime
parent710470f9d28891698aa015eb8c101d1cf75fc332 (diff)
downloadicestorm-fab366e81d3196108da6f342489b6829f979d1b1.tar.gz
icestorm-fab366e81d3196108da6f342489b6829f979d1b1.tar.bz2
icestorm-fab366e81d3196108da6f342489b6829f979d1b1.zip
icetime: Add generated timings-*.cc files to .gitignore and make clean
Diffstat (limited to 'icetime')
-rw-r--r--icetime/.gitignore1
-rw-r--r--icetime/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/icetime/.gitignore b/icetime/.gitignore
index 5c1b012..70d5a6b 100644
--- a/icetime/.gitignore
+++ b/icetime/.gitignore
@@ -1,6 +1,7 @@
icetime
icetime.exe
timings.inc
+timings-*.cc
test[0-9]*
*.d
*.o
diff --git a/icetime/Makefile b/icetime/Makefile
index 6d9ac4f..38e2fe6 100644
--- a/icetime/Makefile
+++ b/icetime/Makefile
@@ -65,7 +65,7 @@ test: test0 test1 test2 test3 test4 test5 test6 test7 test8 test9
show: show0 show1 show2 show3 show4 show5 show6 show7 show8 show9
clean:
- rm -f icetime$(EXE) icetime.exe *.o *.d
+ rm -f icetime$(EXE) icetime.exe *.o *.d timings-*.cc
rm -rf test[0-9]*
-include *.d