summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add .gitignore rules for developing ledger with NixAlexis Hildebrandt2023-04-131-0/+4
|
* Cleanupthdox2016-10-271-1/+0
| | | | [ci skip]
* Add version.texi, and some random texi generated files.thdox2015-02-081-0/+3
| | | | [ci skip]
* Ignore vim swap filesAlexis Hildebrandt2014-12-241-0/+1
| | | | [ci skip]
* ignore dylib filesJoe Gallo2014-08-281-0/+1
| | | | which makes the build gitignore clean on my mac
* Some cleanup regarding "test" in .gitignorethdox2014-05-171-9/+1
|
* Ignore shared librariesthdox2014-05-171-0/+2
|
* Remove redundantthdox2014-05-171-3/+0
|
* Some cleanup about doc/*thdox2014-05-171-8/+5
|
* Merge pull request #272 from merriam/masterCraig Earls2014-04-051-0/+1
|\ | | | | | | | | More documentation, and One .gitignore change Charles, thank you for all of the time you are putting into this.
| * Add CTestTestfile.cmakeCharles Merriam2014-04-031-0/+1
| | | | | | | | Ignore file generated by ./acprep.
* | Added to ignore fileJohn Wiegley2014-02-211-0/+7
| |
* | Adding some file to .gitignoreRémi Vanicat2013-08-121-0/+4
|/
* Updated .gitignoreJohn Wiegley2013-05-191-0/+1
|
* Merge pull request #114 from bkuhn/non-profit-reports-all-csv-and-better-sortingJohn Wiegley2013-01-291-0/+1
|\ | | | | Contrib: Non profit reports: generate only CSV files, better sorting, more flexible hyperlinks & pagebreaks
| * MANIFEST file is now also generated by general-ledger report.Bradley M. Kuhn2013-01-041-0/+1
| | | | | | | | | | We should give the sample MANIFEST for users that want to make sure they got the script working properly, and to show the sample output.
* | update Doxyfile.in (using doxygen -u)Johann Klähn2013-01-191-1/+1
|/
* Merge pull request #80 from bkuhn/contrib-non-profit-annual-audit-reportsJohn Wiegley2012-09-091-0/+6
|\ | | | | Contrib: non-profit annual audit reports
| * Add to .gitignore items generated by contrib/non-profit-audit-reports/demo.shBradley M. Kuhn2012-09-081-0/+6
| |
* | doc/ledger3.info should be ignored.Bradley M. Kuhn2012-09-081-0/+1
|/ | | | | | doc/ledger3.info was probably missing from the .gitignore because ledger3.info isn't build automatically yet, but might as well add it to .gitignore for those who are building it by hand at the moment.
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-0/+11
|
* Rewrite ignore fileJohn Wiegley2012-04-251-80/+80
|
* Removed test/python from .gitignoreJohn Wiegley2012-02-291-1/+0
|
* Added TAGS file to .gitignoreJohn Wiegley2012-02-291-0/+1
|
* ignore rendered html docsSimon Michael2012-01-221-0/+3
|
* Added *.gcno files to .gitignoreJohn Wiegley2011-12-211-0/+1
|
* Roel Vanhout's build files for Visual Studio 2008John Wiegley2011-03-251-0/+9
|
* Version information is now based on version.m4John Wiegley2010-06-151-37/+35
|
* 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
|