Output build temp files in build/ instead of current directory.
[novacoin.git] / .gitignore
1 src/*.exe
2 src/bitcoin
3 src/bitcoind
4 .*.swp
5 *.*~*
6 *.bak
7 *.rej
8 *.orig
9 *.o
10 *.patch
11 .bitcoin
12 #compilation and Qt preprocessor part
13 *.qm
14 Makefile
15 bitcoin-qt
16 #resources cpp
17 qrc_*.cpp
18 #qt creator
19 *.pro.user
20 #mac specific
21 .DS_Store