icetime: Add generated timings-*.cc files to .gitignore and make clean

This commit is contained in:
Michael Buesch 2019-06-07 22:44:48 +02:00
parent 710470f9d2
commit fab366e81d
2 changed files with 2 additions and 1 deletions

1
icetime/.gitignore vendored
View File

@ -1,6 +1,7 @@
icetime
icetime.exe
timings.inc
timings-*.cc
test[0-9]*
*.d
*.o

View File

@ -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