More .gitignore and fixed "make mrproper"
authorClifford Wolf <clifford@clifford.at>
Sat, 5 Jan 2013 10:44:29 +0000 (11:44 +0100)
committerClifford Wolf <clifford@clifford.at>
Sat, 5 Jan 2013 10:44:29 +0000 (11:44 +0100)
.gitignore
Makefile

index cb6073696345a9c1fe5a586527405f62b01fdc7b..598ec4c7fa9d11745cd2db86df2a4f9af10331f8 100644 (file)
@@ -1,4 +1,8 @@
 *.o
 *.d
+qtcreator.config
+qtcreator.creator
+qtcreator.files
+qtcreator.includes
 filterlib
 yosys
index 49533d068f013cdae8f44c47322e9f1dd41d441d..a85dcae87d3cafe414573b1aa74798a00fb11355 100644 (file)
--- a/Makefile
+++ b/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 \