diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 03:45:57 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 03:45:57 -0400 |
commit | b6078393b6b2ff140919234f4904dc09db47ec1b (patch) | |
tree | 7aa80ebed43284acb46393af107f88266519a6d2 /.gitignore | |
parent | e123128da0c26bd17c04911ec114c222fd44be6b (diff) | |
download | fork-ledger-b6078393b6b2ff140919234f4904dc09db47ec1b.tar.gz fork-ledger-b6078393b6b2ff140919234f4904dc09db47ec1b.tar.bz2 fork-ledger-b6078393b6b2ff140919234f4904dc09db47ec1b.zip |
Added a simple Makefile for building some of Ledger's dependency libraries and
installing them into /usr/local/stow. It will likely have to be run using
'sudo make'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 5 insertions, 28 deletions
@@ -26,9 +26,11 @@ /.libs /3.0 /AUTHORS +/AUTHORS /COPYING /ChangeLog /Doxyfile.gen +/INSTALL /Makefile /Makefile.in /PyUnitTests @@ -39,7 +41,7 @@ /acconf.h.in /acconf.h.in~ /aclocal.m4 -/autom4te.cache +/autom4te.cache/ /config.guess /config.log /config.status @@ -47,6 +49,7 @@ /configure /configure.in /depcomp +/doc/*.info /doc/*.pdf /doc/.dirstamp /doc/Doxyfile.bak @@ -57,6 +60,7 @@ /elisp-comp /install-sh /ledger +/ledger-*/ /ledger.info /ledger.so /libtool @@ -68,30 +72,3 @@ /system.hh.gch /texinfo.tex /version.m4 -/AUTHORS -/INSTALL -Makefile -Makefile.in -TAGS -acconf.h -acconf.h.in -aclocal.m4 -autom4te.cache/ -config.guess -config.log -config.status -config.sub -configure -depcomp -doc/*.info -elc-stamp -elisp-comp -install-sh -ledger -ledger-*/ -ledger.info -libtool -ltmain.sh -missing -stamp-h1 -texinfo.tex |