diff options
| author | Ted Gould <ted@gould.cx> | 2019-03-06 03:38:10 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2019-03-06 03:38:10 +0000 |
| commit | f7d46480841d019d0d58ecd7991d8554458a08be (patch) | |
| tree | 222496f40045628cc2a1eb27b00ac0cc0ebc034e /.gitignore | |
| parent | Merge branch 'master' of gitlab.com:inkscape/inkscape (diff) | |
| download | inkscape-f7d46480841d019d0d58ecd7991d8554458a08be.tar.gz inkscape-f7d46480841d019d0d58ecd7991d8554458a08be.zip | |
Ignore more stuff
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
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.* |
