Update gitignore and Makefiles for build.h move from src/ to src/obj

This commit is contained in:
Gavin Andresen 2012-09-20 10:28:13 -04:00
parent bfc24bd4ce
commit f2b066da70
5 changed files with 3 additions and 5 deletions

1
.gitignore vendored
View file

@ -2,7 +2,6 @@ src/*.exe
src/bitcoin
src/bitcoind
src/test_bitcoin
src/build.h
.*.swp
*.*~*
*.bak

View file

@ -111,6 +111,6 @@ clean:
-rm -f bitcoind.exe
-rm -f obj-test/*.o
-rm -f test_bitcoin.exe
-rm -f src/build.h
-rm -f obj/build.h
FORCE:

View file

@ -104,6 +104,5 @@ clean:
-del /Q bitcoind test_bitcoin
-del /Q obj\*
-del /Q obj-test\*
-del /Q build.h
FORCE:

View file

@ -156,6 +156,6 @@ clean:
-rm -f obj-test/*.o
-rm -f obj/*.P
-rm -f obj-test/*.P
-rm -f src/build.h
-rm -f obj/build.h
FORCE:

View file

@ -172,6 +172,6 @@ clean:
-rm -f obj-test/*.o
-rm -f obj/*.P
-rm -f obj-test/*.P
-rm -f src/build.h
-rm -f obj/build.h
FORCE: