mirror of https://github.com/YosysHQ/yosys.git
More .gitignore and fixed "make mrproper"
This commit is contained in:
parent
2d9cbd3b02
commit
9c955c4c17
|
@ -1,4 +1,8 @@
|
|||
*.o
|
||||
*.d
|
||||
qtcreator.config
|
||||
qtcreator.creator
|
||||
qtcreator.files
|
||||
qtcreator.includes
|
||||
filterlib
|
||||
yosys
|
||||
|
|
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ clean:
|
|||
rm -f bigint/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d
|
||||
|
||||
mrproper: clean
|
||||
svn st --no-ignore | grep '^[?I]' | cut -c8- | sed 's,^ *,,; /^Makefile.conf$$/ d;' | xargs -r -d '\n' rm -vrf
|
||||
git clean -xdf
|
||||
|
||||
qtcreator:
|
||||
{ for file in $(basename $(OBJS)); do \
|
||||
|
|
Loading…
Reference in New Issue