-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (62 loc) · 956 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
doxygen_warnings.log
doxygen/
gtest/
build
share/inkscape
share/*/*.h
src/3rdparty/cairo
inkscape_devel_*.snap
inkscape_devel_source.tar.bz2
*.pyc
*.old
*.swp
*~
*.rej
.vscode
.nvim.lua
*.kdev4
.uuid
.clangd/
.cache
compile_commands.json
# Snap packaging specific rules
/snap/.snapcraft/
/parts/
/stage/
/prime/
/*.snap
/*_source.tar.bz2
# CMake stuff
CMakeFiles/
Makefile
cmake_install.cmake
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
cmake_uninstall.cmake
# Debian packaging
/debian
/obj-x86_64-linux-gnu
/packaging/debian/.cpack
/packaging/debian/.debhelper
/packaging/debian/*.log
/packaging/debian/*.substvars
/packaging/debian/debhelper-build-stamp
/packaging/debian/files
/packaging/debian/inkscape*/
/packaging/debian/lib*/
/packaging/debian/tmp/
# Translations
po/*.gmo
# Generated Man pages
man/*.1
man/*.pod
man/*.tmp
# Generated C files
src/helper/sp-marshal.*
# Ctags
tags
.DS_Store
.idea
# YCM code completer
.ycm_*