Merge branch '0.6.0.x' into 0.6.x
[novacoin.git] / .gitignore
1 src/*.exe
2 src/bitcoin
3 src/bitcoind
4 src/build.h
5 .*.swp
6 *.*~*
7 *.bak
8 *.rej
9 *.orig
10 *.o
11 *.patch
12 .bitcoin
13 #compilation and Qt preprocessor part
14 *.qm
15 Makefile
16 bitcoin-qt
17 #resources cpp
18 qrc_*.cpp
19 #qt creator
20 *.pro.user
21 #mac specific
22 .DS_Store
23 build