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