Doxygen: Update .gitignore for generating docs for in source build.
In source builds are not recommended, but we should still ignore the generated artifacts.
This commit is contained in:
parent
f62e5aae51
commit
7067c1ca65
|
@ -33,6 +33,8 @@ build-aux/ltmain.sh
|
|||
build-aux/missing
|
||||
build-aux/test-driver
|
||||
|
||||
/doc/html
|
||||
|
||||
/src/liblzma/liblzma.pc
|
||||
/src/lzmainfo/lzmainfo
|
||||
/src/xz/xz
|
||||
|
|
Loading…
Reference in New Issue