aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-10Created script to generate code coverage reports.Jia Tan1-0/+4
The script uses lcov and genhtml after running the tests to show the code coverage statistics. The script will create a coverage directory where it is run. It can be run both in and out of the source directory.
2022-06-14Added vli tests to .gitignoreJia Tan1-0/+1
2022-06-14Added parallel test artifacts to .gitignorejiat751-0/+2
2022-06-10Tests: Created tests for hardware functions.Jia Tan1-0/+1
Created tests for all API functions exported in src/liblzma/api/lzma/hardware.h. The tests are fairly trivial but are helpful because they will inform users if their machines cannot support these functions. They also improve the code coverage metrics.
2020-02-05Update tests/.gitignore.Lasse Collin1-0/+4
2014-10-29Update .gitignore files.Lasse Collin1-0/+2
2010-09-28Update .gitignore.Lasse Collin1-1/+9
2009-09-27add lzmainfo to gitignoreMike Frysinger1-0/+2
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-07-24Updated .gitignore files.Lasse Collin1-17/+19
2009-07-18Use AC_CONFIG_AUX_DIR to clean up the toplevel directoryLasse Collin1-0/+1
a little. Fixed a related bug in the toplevel Makefile.am. Added the build-aux directory to .gitignore.
2009-02-11Remove dead directories from .gitignore.Lasse Collin1-2/+0
2009-02-11.gitignore vs. MakefilesJim Meyering1-0/+22
How about this for those of us who do srcdir builds?
2009-02-10Removed Makefile from .gitignore since not all MakefilesLasse Collin1-1/+0
in the repository are generated by Autotools. People should do test builds in a separate build directory anyway.
2009-02-07add gitignore filesMike Frysinger1-0/+32
Signed-off-by: Mike Frysinger <vapier@gentoo.org>