forked from ledger/ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
116 lines (116 loc) · 1.7 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
*.[oa]
*.so
*.so.*
*.dylib
*.backup
*.elc
*.gcov
*.l[oa]
*.pyc
*.sw[p-z]
*~
.timestamp
*.tar.bz2
*.tar.gz
.deps/
.libs/
ABOUT-NLS
Makefile
Makefile.am
Makefile.in
TAGS
acconf.h.in
aclocal.m4
autogen.sh
autom4te.cache/
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
configure.ac
depcomp
doc/Doxyfile
doc/*.aux
doc/*.cp
doc/*.cps
doc/*.fn
doc/*.fns
doc/*.html
doc/*.info
doc/*.info-*
doc/*.ky
doc/*.kys
doc/*.log
doc/*.pdf
doc/*.pg
doc/*.toc
doc/*.tp
doc/*.vr
doc/*.vrs
doc/.dirstamp
doc/html/
doc/latex/
doc/refman.pdf
doc/report/
doc/version.texi
install-sh
intl/
ledger
libtool
ltmain.sh
m4/
make.sh
missing
mkinstalldirs
po/
py-compile
shave
shave-libtool
stamp-h1
texinfo.tex
tmpcvs*/
tmpwrk*/
dist/win/vc9/Debug/
dist/win/vc9/gen-mpir.exe
dist/win/vc9/gen-mpir.ilk
dist/win/vc9/gen-mpir.pdb
dist/win/vc9/ledger.ncb
dist/win/vc9/ledger.vcproj.*.user
dist/win/vc9/ledger.suo
dist/win/vc9/lib/Win32/Debug/
src/TAGS
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
CMakeFiles/
CTestTestfile.cmake
_CPack_Packages/
cmake_install.cmake
install_manifest.txt
system.hh
system.hh.[gp]ch*
Ledger*.dmg
Ledger*.sh
# Files that generated by running ./demo.sh in contrib/non-profit-audit-reports
contrib/non-profit-audit-reports/tests/chart-of-accounts.txt
contrib/non-profit-audit-reports/tests/general-ledger.csv
contrib/non-profit-audit-reports/tests/general-ledger.ods
contrib/non-profit-audit-reports/tests/general-ledger.txt
contrib/non-profit-audit-reports/tests/MANIFEST
contrib/non-profit-audit-reports/general-ledger.zip
/wiki/
.ninja_deps
.ninja_log
build.ninja
rules.ninja
test/Testing
/MathTests
/UtilTests
# Files generated when building / developing via Nix
/result*
*/build
/outputs