core-extra/.gitignore

41 lines
419 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
# python build directory
dist
# 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