blob: 52ceddcf8c4621f635123ffbee686d7cc8da9e59 (
plain)
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
|
doxygen_warnings.log
doxygen/
gtest/
build
share/inkscape
share/*/*.h
inkscape_devel_*.snap
inkscape_devel_source.tar.bz2
*.pyc
*.old
*.swp
*~
*.rej
.vscode
# 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
# Translations
po/*.gmo
# Generated Man pages
man/*.1
man/*.pod
man/*.tmp
# Generated C files
src/helper/sp-marshal.*
|