]> Git Repo - VerusCoin.git/blob - .gitignore
Move implementation of some CBlockLocator methods
[VerusCoin.git] / .gitignore
1 src/*.exe
2 src/bitcoin
3 src/bitcoind
4 src/test_bitcoin
5 .*.swp
6 *.*~*
7 *.bak
8 *.rej
9 *.orig
10 *.o
11 *.patch
12 .bitcoin
13
14 # Compilation and Qt preprocessor part
15 *.qm
16 Makefile
17 bitcoin-qt
18 Bitcoin-Qt.app
19
20 # Unit-tests
21 Makefile.test
22 bitcoin-qt_test
23
24 # Resources cpp
25 qrc_*.cpp
26
27 # Qt creator
28 *.pro.user
29
30 # Mac specific
31 .DS_Store
32 build
33
34 !src/leveldb-*/Makefile
This page took 0.024268 seconds and 4 git commands to generate.