45 lines
461 B
Text
45 lines
461 B
Text
.debbuild
|
|
.deps
|
|
.rpmbuild
|
|
.version
|
|
.version.date
|
|
Makefile
|
|
!kernel/**/Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
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
|
|
*.tar.gz
|
|
|
|
# pytest cache files
|
|
.cache
|
|
|
|
# ignore swap files
|
|
*.swp
|