mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
More .gitignore and fixed "make mrproper"
This commit is contained in:
parent
2d9cbd3b02
commit
9c955c4c17
2 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue