diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c1d06a3dfb..29c781c016 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,12 @@ src/bitcoind *.o *.patch .bitcoin +#compilation and Qt preprocessor part +*.o +ui_*.h +*.qm +moc_* +Makefile +bitcoin-qt +#resources cpp +qrc_*.cpp |