git.s-ol.nu inkscape / livecoding .gitignore
livecoding

Tree @livecoding (Download .tar.gz)

.gitignore @livecodingraw · history · blame

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.*