mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:24:24 +01:00
42 lines
402 B
Plaintext
42 lines
402 B
Plaintext
# build files
|
|
*.o
|
|
*.do
|
|
*.gcda
|
|
*.gcno
|
|
*.info
|
|
*.pc
|
|
*.sw[a-z]
|
|
*.pyc
|
|
|
|
# generated files
|
|
dbus-interface-definitions.c
|
|
css-definitions.c
|
|
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
|