projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9cbd3
)
More .gitignore and fixed "make mrproper"
author
Clifford Wolf
<clifford@clifford.at>
Sat, 5 Jan 2013 10:44:29 +0000
(11:44 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 5 Jan 2013 10:44:29 +0000
(11:44 +0100)
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index cb6073696345a9c1fe5a586527405f62b01fdc7b..598ec4c7fa9d11745cd2db86df2a4f9af10331f8 100644
(file)
--- 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 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 -vr
f
+
git clean -xd
f
qtcreator:
{ for file in $(basename $(OBJS)); do \