summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Started on some macros for writing the manualJohn Wiegley2010-03-051-0/+10
|
* Added /tmpwrk*/ to .gitignoreJohn Wiegley2009-11-081-0/+1
|
* Added /tmpcvs*/ entry to .gitignoreJohn Wiegley2009-11-071-0/+1
|
* Added .timestamp to Git ignore fileJohn Wiegley2009-11-011-0/+1
|
* Ignore mkinstalldirsJohn Wiegley2009-11-011-0/+1
|
* Added to .gitignore fileJohn Wiegley2009-10-311-0/+1
|
* Removed build files from root that are now in toolsJohn Wiegley2009-10-311-0/+3
|
* Added ignoring of build products back to .gitignore.Drew Raines2009-02-251-0/+31
|
* The ignore file only ignores autoconf products nowJohn Wiegley2009-02-241-74/+4
|
* Renamed acconf.h to config.h, for included gettextJohn Wiegley2009-02-221-0/+1
|
* Added excludes necessary for tools/pre-commitJohn Wiegley2009-02-211-1/+0
|
* Added support for using GNU gettextJohn Wiegley2009-02-211-0/+6
|
* Removed CppUnit submodule referenceJohn Wiegley2009-02-131-0/+1
| | | | | This library is a dependency for running "make check", but it's not built as part of a Ledger build, and so doesn't belong as a submodule.
* Re-enabled the use of pre-compiled headers over debug libs in acprep --devel.John Wiegley2009-02-081-0/+1
|
* Removed temporary file.John Wiegley2009-01-281-8/+9
|
* Removed Boost submodule.John Wiegley2009-01-281-0/+1
|
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-0/+7
| | | | to prove to myself that it has proper decoupling between prior code areas.
* Added a 'make report', which uses GCOV and LCOV to produce code coverageJohn Wiegley2008-08-131-2/+3
| | | | | | statistics after running 'make fullcheck'. In order to generate these reports, you need lcov installed and you must run acprep with the '--gcov' option.
* Added coverage file to the ignore file.John Wiegley2008-08-131-0/+3
|
* Added the Python build/ directory to the ignore file.John Wiegley2008-08-131-0/+1
|
* Always generate a make.sh file, to ease running 'make distcheck' locally.John Wiegley2008-08-091-0/+1
|
* Added code for the csv2ledger parser that I use personally.John Wiegley2008-08-081-0/+1
|
* Added a simple Makefile for building some of Ledger's dependency libraries andJohn Wiegley2008-08-081-28/+5
| | | | | installing them into /usr/local/stow. It will likely have to be run using 'sudo make'.
* Moved several documentation files into the 'doc' directory.John Wiegley2008-08-071-2/+2
|
* Several changes to acprep to help me prepare a universal binary on OS X forJohn Wiegley2008-08-071-0/+1
| | | | distribution.
* Backed out the PackageMaker file, I'm not ready to check it in yet.John Wiegley2008-08-071-0/+1
|
* Added Python compilation files (.pyc) to the ignore file.John Wiegley2008-08-071-0/+1
|
* Added Python product to the ignore file.John Wiegley2008-08-071-0/+2
|
* Added automake logic for building the Doxygen sources right before preparing aJohn Wiegley2008-08-051-0/+1
| | | | release tarball.
* Added documentation build products to the ignore file.John Wiegley2008-08-051-0/+11
|
* Added support for generating Doxygen source documentation.John Wiegley2008-08-051-2/+7
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+2
| | | | is in doc/, etc.
* Added infrastructure for running regression tests, since I would like to makeJohn Wiegley2008-08-051-0/+1
| | | | sure that nothing breaks again once a bug in closed.
* Added version.m4 to the ignore list.John Wiegley2008-08-051-0/+1
|
* Ignore the UnitTests binary.John Wiegley2008-08-041-0/+1
|
* Got pre-compiled headers working again, which are used if --devel is passed toJohn Wiegley2008-08-031-0/+1
| | | | acprep.
* Cleaned up the value expression code a bit before undertaking the real work ofJohn Wiegley2008-07-271-0/+1
| | | | getting everything back up to what it was (plus the new code written for 3.0).
* Merge branch 'master' into v2.7aJohn Wiegley2008-07-231-0/+1
|\
| * acprep: I don't keep ChangeLog files under version control anymore, butJohn Wiegley2008-07-231-0/+1
| | | | | | | | | | automake requires it, so when preparing the sources for building the ChangeLog is touch'd just as we were doing for AUTHORS and COPYING.
* | Merged in bug fixes from master (done for 2.6.1b)John Wiegley2008-07-191-0/+1
|\|
| * Added COPYING and TAGS to the ignore list.John Wiegley2008-07-131-0/+2
| |
* | Added TAGS file to the ignore listJohn Wiegley2008-05-201-0/+1
| |
* | Renamed configure.in to configure.tmpl.John Wiegley2008-05-111-0/+1
| | | | | | | | Added configure.in file to the ignore list.
* | Got the unit tests compiling again (though not running yet).John Wiegley2008-05-091-0/+1
|/
* Changed from using .cvsignore to .gitignore.John Wiegley2008-05-081-0/+63