mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:16:02 +01:00
Update .gitignore
This commit is contained in:
parent
c7c7b88289
commit
7b9097ec80
1 changed files with 38 additions and 20 deletions
58
.gitignore
vendored
58
.gitignore
vendored
|
@ -1,26 +1,44 @@
|
||||||
|
# build files
|
||||||
*.o
|
*.o
|
||||||
*.do
|
*.do
|
||||||
*~
|
|
||||||
*.rej
|
|
||||||
*.swp
|
|
||||||
.depend
|
|
||||||
zathura
|
|
||||||
zathura-debug
|
|
||||||
zathura.pc
|
|
||||||
*.info
|
|
||||||
*.gcno
|
|
||||||
*.gcda
|
*.gcda
|
||||||
gcov/
|
*.gcno
|
||||||
*.swp
|
*.info
|
||||||
version.h
|
*.pc
|
||||||
./doc/_build
|
*.sw[a-z]
|
||||||
*.tmp
|
*.pyc
|
||||||
zathura.1
|
|
||||||
zathurarc.5
|
# generated files
|
||||||
.version-checks/
|
|
||||||
dbus-interface-definitions.c
|
dbus-interface-definitions.c
|
||||||
css-definitions.c
|
css-definitions.c
|
||||||
.ycm_extra_conf.py
|
zathura.1
|
||||||
.ropeproject
|
zathurarc.5
|
||||||
compile_commands.json
|
|
||||||
|
# dist files
|
||||||
zathura-*.tar.gz
|
zathura-*.tar.gz
|
||||||
|
|
||||||
|
# patch files
|
||||||
|
*.diff
|
||||||
|
*.patch
|
||||||
|
|
||||||
|
# build dirs
|
||||||
|
.depend
|
||||||
|
.tx
|
||||||
|
gcov/
|
||||||
|
doc/_build
|
||||||
|
|
||||||
|
# binaries
|
||||||
|
zathura
|
||||||
|
zathura-debug
|
||||||
|
|
||||||
|
# version file
|
||||||
|
version.h
|
||||||
|
.version-checks/
|
||||||
|
|
||||||
|
# development files
|
||||||
|
.clang_complete
|
||||||
|
.lvimrc
|
||||||
|
.ropeproject
|
||||||
|
.frama-c
|
||||||
|
compile_commands.json
|
||||||
|
*.log
|
||||||
|
|
Loading…
Reference in a new issue