]> Git Repo - VerusCoin.git/blob - .gitignore
Merge pull request #1916 from jgarzik/caddrdb-bug
[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
19 # Resources cpp
20 qrc_*.cpp
21
22 # Qt creator
23 *.pro.user
24
25 # Mac specific
26 .DS_Store
27 build
28
29 !src/leveldb-*/Makefile
This page took 0.02455 seconds and 4 git commands to generate.