Make spinboxes in toolbars smaller
[inkscape.git] / .gitignore
blobdc8afd574289ce92e8bfaa4636c7b16a7bba492b
1 doxygen_warnings.log
2 doxygen/
3 gtest/
4 build
5 share/inkscape
6 share/*/*.h
7 src/3rdparty/cairo
9 inkscape_devel_*.snap
10 inkscape_devel_source.tar.bz2
12 *.pyc
13 *.old
14 *.swp
16 *.rej
17 .vscode
18 .nvim.lua
19 *.kdev4
20 .uuid
21 .clangd/
22 .cache
23 compile_commands.json
25 # Snap packaging specific rules
26 /snap/.snapcraft/
27 /parts/
28 /stage/
29 /prime/
31 /*.snap
32 /*_source.tar.bz2
34 # CMake stuff
35 CMakeFiles/
36 Makefile
37 cmake_install.cmake
38 CMakeCache.txt
39 CPackConfig.cmake
40 CPackSourceConfig.cmake
41 cmake_uninstall.cmake
43 # Translations
44 po/*.gmo
46 # Generated Man pages
47 man/*.1
48 man/*.pod
49 man/*.tmp
51 # Generated C files
52 src/helper/sp-marshal.*
54 # Ctags
55 tags
56 .DS_Store
57 .idea
59 # YCM code completer
60 .ycm_*