mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:53:46 +01:00
39 lines
352 B
Plaintext
39 lines
352 B
Plaintext
# build files
|
|
*.o
|
|
*.do
|
|
*.gcda
|
|
*.gcno
|
|
*.info
|
|
*.pc
|
|
*.sw[a-z]
|
|
*.pyc
|
|
tags
|
|
|
|
# generated files
|
|
resources.*
|
|
zathura.1
|
|
zathurarc.5
|
|
|
|
# dist files
|
|
zathura-*.tar.gz
|
|
|
|
# patch files
|
|
*.diff
|
|
*.patch
|
|
|
|
# build dirs
|
|
.tx
|
|
build/
|
|
gcov/
|
|
subprojects/girara
|
|
|
|
# development files
|
|
.clang_complete
|
|
.lvimrc
|
|
.ropeproject
|
|
.frama-c
|
|
compile_commands.json
|
|
*.log
|
|
.ycm_extra_conf.py
|
|
_*/
|