blob: 5c5722afc993eb87924a79aa55a30329b18b2851 [file] [log] [blame]
khenaidoocfee5f42018-07-19 22:47:38 -04001# PyCharm
2.idea
3exportToHTML
4
khenaidood948f772021-08-11 17:49:24 -04005# vscode
6.vscode
7
8# profiling
9*.cpu
10
khenaidoo7b909892018-09-18 13:48:20 -040011# Python
12*.pyc
13
khenaidoocfee5f42018-07-19 22:47:38 -040014# Emacs
15*~
16.#*
17
18# Vagrant
19.vagrant
20*.box
21
22# Ansible
23ansible/*.retry
24
25# Any vi swap files
26*.swp
27
khenaidoo7b909892018-09-18 13:48:20 -040028# Virtualenv
Matt Jeanneret2e3051a2019-05-11 15:01:46 -040029python/venv-*
khenaidoo7b909892018-09-18 13:48:20 -040030
khenaidoocfee5f42018-07-19 22:47:38 -040031# Protobuf output files
khenaidoo7ff26c72019-01-16 14:55:48 -050032python/**/*_pb2.py
33python/**/*_pb2_grpc.py
34python/**/*.desc
35protos/**/*.pb.go
36protos/**/*.desc
Ryan81f96512019-01-23 03:27:47 +000037protos/voltha.pb
khenaidoocfee5f42018-07-19 22:47:38 -040038
39# Editors
40*.bak
41*.project
42*.pydevproject
43
44# Docker
45.docker-base-built
46
47# Mac stuff
48.DS_Store
49**/.DS_Store
50
51# Generated docs
52**/*.pdf
53
54# Vagrant logfile
William Kurkiandaa6bb22019-03-07 12:26:28 -050055*.logo
khenaidoo5aadea02018-11-07 14:30:11 -050056
57# voltha cli history
58python/cli/.voltha_cli_history
khenaidoo7b909892018-09-18 13:48:20 -040059
William Kurkianfc0dcda2019-04-08 16:54:36 -040060python/local_imports/**/*
William Kurkianc91266e2019-04-05 14:21:20 -040061
Kent Hagerman074d0e02019-04-24 17:58:16 -040062# test output
63tests/results
David Bainbridge81175e42019-10-16 19:06:37 +000064sca-report
Girish Gowdra408cd962020-03-11 14:31:31 -070065
66# CPU profile
67**/profile.cpu
68
ssiddiqui21e54c32021-07-27 11:30:46 +053069# etcd - locally generated during test
Girish Gowdra408cd962020-03-11 14:31:31 -070070rw_core/core/voltha.rwcore.nb.etcd/
ssiddiqui21e54c32021-07-27 11:30:46 +053071rw_core/core/device/voltha.rwcore.da.etcd/