More .gitignore and fixed "make mrproper"

This commit is contained in:
Clifford Wolf 2013-01-05 11:44:29 +01:00
parent 2d9cbd3b02
commit 9c955c4c17
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,4 +1,8 @@
*.o
*.d
qtcreator.config
qtcreator.creator
qtcreator.files
qtcreator.includes
filterlib
yosys

View File

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