commit
9dba3f0654
1 changed files with 8 additions and 20 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
||||||
*.[oa]
|
*.[oa]
|
||||||
|
*.so
|
||||||
|
*.so.*
|
||||||
*.backup
|
*.backup
|
||||||
*.elc
|
*.elc
|
||||||
*.gcov
|
*.gcov
|
||||||
|
|
@ -11,12 +13,9 @@
|
||||||
.deps/
|
.deps/
|
||||||
.libs/
|
.libs/
|
||||||
ABOUT-NLS
|
ABOUT-NLS
|
||||||
BaselineTests
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.am
|
Makefile.am
|
||||||
Makefile.in
|
Makefile.in
|
||||||
PyUnitTests
|
|
||||||
RegressionTests
|
|
||||||
TAGS
|
TAGS
|
||||||
acconf.h.in
|
acconf.h.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
|
@ -31,12 +30,16 @@ config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
configure.ac
|
configure.ac
|
||||||
data_tests
|
|
||||||
depcomp
|
depcomp
|
||||||
doc/Doxyfile
|
doc/Doxyfile
|
||||||
doc/*.aux
|
doc/*.aux
|
||||||
doc/*.cp
|
doc/*.cp
|
||||||
|
doc/*.cps
|
||||||
doc/*.fn
|
doc/*.fn
|
||||||
|
doc/*.fns
|
||||||
|
doc/*.html
|
||||||
|
doc/*.info
|
||||||
|
doc/*.info-*
|
||||||
doc/*.ky
|
doc/*.ky
|
||||||
doc/*.log
|
doc/*.log
|
||||||
doc/*.pdf
|
doc/*.pdf
|
||||||
|
|
@ -47,12 +50,9 @@ doc/*.vr
|
||||||
doc/.dirstamp
|
doc/.dirstamp
|
||||||
doc/html/
|
doc/html/
|
||||||
doc/latex/
|
doc/latex/
|
||||||
doc/ledger.info
|
|
||||||
doc/ledger3.info
|
|
||||||
doc/refman.pdf
|
doc/refman.pdf
|
||||||
doc/report/
|
doc/report/
|
||||||
elisp-comp
|
elisp-comp
|
||||||
expr_tests
|
|
||||||
install-sh
|
install-sh
|
||||||
intl/
|
intl/
|
||||||
ledger
|
ledger
|
||||||
|
|
@ -60,20 +60,16 @@ libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
m4/
|
m4/
|
||||||
make.sh
|
make.sh
|
||||||
math_tests
|
|
||||||
missing
|
missing
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
po/
|
po/
|
||||||
py-compile
|
py-compile
|
||||||
report_tests
|
|
||||||
shave
|
shave
|
||||||
shave-libtool
|
shave-libtool
|
||||||
src/system.hh.gch
|
|
||||||
stamp-h1
|
stamp-h1
|
||||||
texinfo.tex
|
texinfo.tex
|
||||||
tmpcvs*/
|
tmpcvs*/
|
||||||
tmpwrk*/
|
tmpwrk*/
|
||||||
util_tests
|
|
||||||
dist/win/vc9/Debug/
|
dist/win/vc9/Debug/
|
||||||
dist/win/vc9/gen-mpir.exe
|
dist/win/vc9/gen-mpir.exe
|
||||||
dist/win/vc9/gen-mpir.ilk
|
dist/win/vc9/gen-mpir.ilk
|
||||||
|
|
@ -82,10 +78,6 @@ dist/win/vc9/ledger.ncb
|
||||||
dist/win/vc9/ledger.vcproj.*.user
|
dist/win/vc9/ledger.vcproj.*.user
|
||||||
dist/win/vc9/ledger.suo
|
dist/win/vc9/ledger.suo
|
||||||
dist/win/vc9/lib/Win32/Debug/
|
dist/win/vc9/lib/Win32/Debug/
|
||||||
dist/win/vc9/system.hh
|
|
||||||
doc/ledger.1.html
|
|
||||||
doc/ledger.html
|
|
||||||
doc/ledger3.html
|
|
||||||
src/TAGS
|
src/TAGS
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CPackConfig.cmake
|
CPackConfig.cmake
|
||||||
|
|
@ -107,14 +99,10 @@ contrib/non-profit-audit-reports/tests/general-ledger.txt
|
||||||
contrib/non-profit-audit-reports/tests/MANIFEST
|
contrib/non-profit-audit-reports/tests/MANIFEST
|
||||||
contrib/non-profit-audit-reports/general-ledger.zip
|
contrib/non-profit-audit-reports/general-ledger.zip
|
||||||
/wiki/
|
/wiki/
|
||||||
doc/ledger-mode.info
|
|
||||||
doc/ledger3.info-1
|
|
||||||
doc/ledger3.info-2
|
|
||||||
CTestTestfile.cmake
|
|
||||||
.ninja_deps
|
.ninja_deps
|
||||||
.ninja_log
|
.ninja_log
|
||||||
build.ninja
|
build.ninja
|
||||||
rules.ninja
|
rules.ninja
|
||||||
Testing/Temporary
|
test/Testing
|
||||||
/MathTests
|
/MathTests
|
||||||
/UtilTests
|
/UtilTests
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue