mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:33:48 +01:00
e28598a07d
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
43 lines
390 B
Plaintext
43 lines
390 B
Plaintext
# build files
|
|
*.o
|
|
*.do
|
|
*.gcda
|
|
*.gcno
|
|
*.info
|
|
*.pc
|
|
*.sw[a-z]
|
|
*.pyc
|
|
|
|
# generated files
|
|
resources.*
|
|
zathura.1
|
|
zathurarc.5
|
|
|
|
# dist files
|
|
zathura-*.tar.gz
|
|
|
|
# patch files
|
|
*.diff
|
|
*.patch
|
|
|
|
# build dirs
|
|
.depend
|
|
.tx
|
|
build/
|
|
gcov/
|
|
doc/_build
|
|
|
|
# version file
|
|
version.h
|
|
.version-checks/
|
|
|
|
# development files
|
|
.clang_complete
|
|
.lvimrc
|
|
.ropeproject
|
|
.frama-c
|
|
compile_commands.json
|
|
*.log
|
|
.ycm_extra_conf.py
|
|
_*/
|