From: Clifford Wolf Date: Sat, 5 Jan 2013 10:44:29 +0000 (+0100) Subject: More .gitignore and fixed "make mrproper" X-Git-Tag: yosys-0.2.0~803 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c955c4c17fe16e43677304372417637ac733bd0;p=yosys.git More .gitignore and fixed "make mrproper" --- diff --git a/.gitignore b/.gitignore index cb6073696..598ec4c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ *.o *.d +qtcreator.config +qtcreator.creator +qtcreator.files +qtcreator.includes filterlib yosys diff --git a/Makefile b/Makefile index 49533d068..a85dcae87 100644 --- 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 \