aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-01Update .gitignore.Jia Tan1-0/+4
2023-03-17Tests: Update .gitignore.Lasse Collin1-1/+2
2023-03-17Doc: Rename Doxygen HTML doc directory name liblzma => api.Jia Tan1-1/+1
When the docs are installed, calling the directory "liblzma" is confusing since multiple other files in the doc directory are for liblzma. This should also make it more natural for distros when they package the documentation.
2023-03-17Doxygen: Refactor Doxyfile.in to doxygen/Doxyfile.Jia Tan1-1/+2
Instead of having Doxyfile.in configured by Autoconf, the Doxyfile can have the tags that need to be configured piped into the doxygen command through stdin with the overrides after Doxyfile's contents. Going forward, the documentation should be generated in two different modes: liblzma or internal. liblzma is useful for most users. It is the documentation for just the liblzma API header files. This is the default. internal is for people who want to understand how xz and liblzma work. It might be useful for people who want to contribute to the project.
2023-01-09Tests: Creates test_index_hash.cJia Tan1-0/+1
Tests all API functions exported from index_hash.h. Does not have a dedicated test for lzma_index_hash_end. [Minor edits were made by Lasse Collin.]
2022-12-28Tests: Adds lzip decoder testsJia Tan1-0/+1
2022-12-20Doxygen: Update .gitignore for generating docs for in source build.Jia Cheong Tan1-0/+2
In source builds are not recommended, but we should still ignore the generated artifacts.
2022-12-16CMake: Update .gitignore for CMake artifacts from in source build.Jia Tan1-0/+23
In source builds are not recommended, but we can make it easier by ignoring the generated artifacts from CMake.
2022-10-19Tests: Add test_memlimit to .gitignore.Lasse Collin1-0/+1
Thanks to Jia Tan.
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>