mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #222 from mbuesch/icetime-gitignore
icetime: Add generated timings-*.cc files to .gitignore and 'make clean'
This commit is contained in:
commit
625105c0d1
|
|
@ -1,6 +1,7 @@
|
|||
icetime
|
||||
icetime.exe
|
||||
timings.inc
|
||||
timings-*.cc
|
||||
test[0-9]*
|
||||
*.d
|
||||
*.o
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue