2016-09-06 16:14:16 +01:00
|
|
|
.debbuild
|
2015-01-28 02:15:45 +00:00
|
|
|
.deps
|
2016-09-06 16:14:40 +01:00
|
|
|
.rpmbuild
|
2016-01-26 22:01:23 +00:00
|
|
|
.version
|
|
|
|
.version.date
|
2015-01-28 02:15:45 +00:00
|
|
|
Makefile
|
2018-03-05 19:54:23 +00:00
|
|
|
!kernel/**/Makefile
|
2015-01-28 02:15:45 +00:00
|
|
|
Makefile.in
|
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache
|
2019-05-28 17:34:11 +01:00
|
|
|
/config
|
2015-01-28 02:15:45 +00:00
|
|
|
config.h
|
|
|
|
config.h.in
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
configure
|
2015-01-28 02:15:55 +00:00
|
|
|
debian
|
2015-01-28 02:15:45 +00:00
|
|
|
stamp-h1
|
2017-04-21 22:08:37 +01:00
|
|
|
|
2019-02-18 07:41:30 +00:00
|
|
|
# generated protobuf files
|
2019-06-03 06:20:00 +01:00
|
|
|
daemon/core/api/grpc/core_pb2.py
|
|
|
|
daemon/core/api/grpc/core_pb2_grpc.py
|
2019-02-18 07:41:30 +00:00
|
|
|
|
2018-01-11 19:21:56 +00:00
|
|
|
# python build directory
|
|
|
|
dist
|
|
|
|
|
2018-10-11 21:28:02 +01:00
|
|
|
# vscode
|
|
|
|
.vscode
|
|
|
|
|
2017-06-16 22:31:07 +01:00
|
|
|
# intellij
|
2017-04-21 22:08:37 +01:00
|
|
|
*.iml
|
2017-04-21 22:13:13 +01:00
|
|
|
.idea
|
2017-06-16 22:31:07 +01:00
|
|
|
|
|
|
|
# sonarqube sonar-scanner
|
|
|
|
.scannerwork
|
2017-07-25 18:16:18 +01:00
|
|
|
|
|
|
|
# ignore test coverage files
|
|
|
|
coverage.xml
|
2017-12-22 00:19:12 +00:00
|
|
|
|
|
|
|
# python files
|
|
|
|
*.egg-info
|
|
|
|
|
|
|
|
# ignore package files
|
|
|
|
*.rpm
|
|
|
|
*.deb
|
2018-03-05 19:54:23 +00:00
|
|
|
*.tar.gz
|
2018-01-09 23:52:29 +00:00
|
|
|
|
|
|
|
# pytest cache files
|
|
|
|
.cache
|
2018-03-26 06:18:37 +01:00
|
|
|
|
|
|
|
# ignore swap files
|
|
|
|
*.swp
|
2019-03-25 17:44:47 +00:00
|
|
|
|
|
|
|
# ignore built input files
|
|
|
|
netns/setup.py
|
|
|
|
daemon/setup.py
|
2019-05-25 18:16:50 +01:00
|
|
|
|
|
|
|
# ignore corefx build
|
|
|
|
corefx/target
|
2019-09-16 07:16:08 +01:00
|
|
|
|
|
|
|
# python
|
|
|
|
__pycache__
|