core-extra/.gitignore
2018-01-09 15:52:29 -08:00

38 lines
388 B
Text

.debbuild
.deps
.rpmbuild
.version
.version.date
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config
config.h
config.h.in
config.log
config.status
configure
core-*.tar.gz
debian
stamp-h1
# intellij
*.iml
.idea
# sonarqube sonar-scanner
.scannerwork
# ignore test coverage files
coverage.xml
# python files
*.egg-info
# ignore package files
*.rpm
*.deb
# pytest cache files
.cache