.gitignore 1.43 KB
Newer Older
Evan Duffield's avatar
Evan Duffield committed
1
2
3
*.sublime-project
*.sublime-workspace
todo.txt
4
reset-files.bash
Evan Duffield's avatar
Evan Duffield committed
5

6
7
8
*.tar.gz

*.exe
infernoman's avatar
infernoman committed
9
src/crown
infernoman's avatar
infernoman committed
10
11
12
13
14
src/crownd
src/crown-cli
src/crown-tx
src/test/test_crown
src/qt/test/test_crown-qt
15

16
# autoreconf
17
18
19
Makefile.in
aclocal.m4
autom4te.cache/
20
21
22
23
24
25
26
27
28
29
30
31
32
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/ltmain.sh
build-aux/m4/libtool.m4
build-aux/m4/lt~obsolete.m4
build-aux/m4/ltoptions.m4
build-aux/m4/ltsugar.m4
build-aux/m4/ltversion.m4
build-aux/missing
build-aux/compile
build-aux/test-driver
33
34
35
config.log
config.status
configure
36
libtool
infernoman's avatar
infernoman committed
37
38
src/config/crown-config.h
src/config/crown-config.h.in
Drak's avatar
Drak committed
39
src/config/stamp-h1
40
41
42
share/setup.nsi
share/qt/Info.plist

43
44
src/univalue/gen

45
46
47
48
49
50
src/qt/*.moc
src/qt/moc_*.cpp
src/qt/forms/ui_*.h

src/qt/test/moc*.cpp

51
52
.deps
.dirstamp
53
.libs
54
55
.*.swp
*.*~*
Luke Dashjr's avatar
Luke Dashjr committed
56
57
58
*.bak
*.rej
*.orig
59
*.pyc
Luke Dashjr's avatar
Luke Dashjr committed
60
*.o
Chris Beams's avatar
Chris Beams committed
61
*.o-*
infernoman's avatar
infernoman committed
62
.crown
63
64
65
66
67
68
69
*.a
*.pb.cc
*.pb.h

*.log
*.trs
*.dmg
70

71
72
73
*.json.h
*.raw.h

74
75
76
77
#libtool object files
*.lo
*.la

78
# Compilation and Qt preprocessor part
79
80
*.qm
Makefile
infernoman's avatar
infernoman committed
81
crown-qt
Infernoman's avatar
Infernoman committed
82
Crown-Qt.app
83

84
85
# Unit-tests
Makefile.test
infernoman's avatar
infernoman committed
86
crown-qt_test
Michael Ford's avatar
Michael Ford committed
87
src/test/buildenv.py
88

89
# Resources cpp
90
qrc_*.cpp
91
92

# Qt creator
p2k's avatar
p2k committed
93
*.pro.user
94
95

# Mac specific
p2k's avatar
p2k committed
96
.DS_Store
97
build
98

99
100
101
#lcov
*.gcno
/*.info
infernoman's avatar
infernoman committed
102
test_crown.coverage/
103
104
105
106
107
108
109
110
total.coverage/
coverage_percent.txt

#build tests
linux-coverage-build
linux-build
win32-build
qa/pull-tester/run-bitcoind-for-test.sh
111
112
113
qa/pull-tester/tests-config.sh
qa/pull-tester/cache/*
qa/pull-tester/test.*/*
114

harry's avatar
harry committed
115
!src/leveldb*/Makefile
116
117

.cproject
vertoe's avatar
vertoe committed
118
.project
Ashot Khachatryan's avatar
Ashot Khachatryan committed
119
/doc/doxygen/