diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-09-07 18:57:11 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-09-07 18:57:11 +0200 |
| commit | a0d2f9a12dad7b33a3f12d85dee8afa4155dbc99 (patch) | |
| tree | 24a475fe47ed00837fbed1836d03d933cfe7dbb2 /.gitignore | |
| parent | fix the build (moved code use 'this' instead of 'window') (diff) | |
| parent | Merge pull request #500 from gavinandresen/txndeadlock (diff) | |
| download | discoin-a0d2f9a12dad7b33a3f12d85dee8afa4155dbc99.tar.xz discoin-a0d2f9a12dad7b33a3f12d85dee8afa4155dbc99.zip | |
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Conflicts:
.gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 537064d30..29c781c01 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,12 @@ src/bitcoin src/bitcoind .*.swp *.*~* +*.bak +*.rej +*.orig +*.o +*.patch +.bitcoin #compilation and Qt preprocessor part *.o ui_*.h @@ -11,4 +17,4 @@ moc_* Makefile bitcoin-qt #resources cpp -qrc_*.cpp
\ No newline at end of file +qrc_*.cpp |