summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2019-03-06 03:38:10 +0000
committerTed Gould <ted@gould.cx>2019-03-06 03:38:10 +0000
commitf7d46480841d019d0d58ecd7991d8554458a08be (patch)
tree222496f40045628cc2a1eb27b00ac0cc0ebc034e /.gitignore
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
downloadinkscape-f7d46480841d019d0d58ecd7991d8554458a08be.tar.gz
inkscape-f7d46480841d019d0d58ecd7991d8554458a08be.zip
Ignore more stuff
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 980259c48..52ceddcf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,22 @@ inkscape_devel_source.tar.bz2
/*.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.*