Consistent spelling with the website
[inkscape.git] / .gitignore
blob100b5bd7257804cd7da84baf28ac3fad7abbfcf1
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 # Debian packaging
44 /debian
45 /obj-x86_64-linux-gnu
46 /packaging/debian/.cpack
47 /packaging/debian/.debhelper
48 /packaging/debian/*.log
49 /packaging/debian/*.substvars
50 /packaging/debian/debhelper-build-stamp
51 /packaging/debian/files
52 /packaging/debian/inkscape*/
53 /packaging/debian/lib*/
54 /packaging/debian/tmp/
57 # Translations
58 po/*.gmo
60 # Generated Man pages
61 man/*.1
62 man/*.pod
63 man/*.tmp
65 # Generated C files
66 src/helper/sp-marshal.*
68 # Ctags
69 tags
70 .DS_Store
71 .idea
73 # YCM code completer
74 .ycm_*