diff options
| author | Michael Ford <[email protected]> | 2014-10-17 20:48:43 +0800 |
|---|---|---|
| committer | Michael Ford <[email protected]> | 2014-10-17 20:48:43 +0800 |
| commit | 1d66bbcbfc6a792ff9827e706024f03b37200afc (patch) | |
| tree | b75d05d40f7c96e7d0d0d063ebd02d9b34aa4321 | |
| parent | Merge pull request #4468 (diff) | |
| download | discoin-1d66bbcbfc6a792ff9827e706024f03b37200afc.tar.xz discoin-1d66bbcbfc6a792ff9827e706024f03b37200afc.zip | |
Add buildenv.py to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d00051f2..9f1b2a469 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ Bitcoin-Qt.app # Unit-tests Makefile.test bitcoin-qt_test +src/test/buildenv.py # Resources cpp qrc_*.cpp |