diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-09-20 10:28:13 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-09-20 10:28:13 -0400 |
commit | f2b066da7098703610371cce9649af22bd5fee5b (patch) | |
tree | f85d820b0c3022b8629a8d97e601e192b5ff95bb /.gitignore | |
parent | bfc24bd4cee1c1da944dfd1f236b07e9194f493c (diff) |
Update gitignore and Makefiles for build.h move from src/ to src/obj
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2b70e2cca5..95152ce4fb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ src/*.exe src/bitcoin src/bitcoind src/test_bitcoin -src/build.h .*.swp *.*~* *.bak |