khenaidoo | cfee5f4 | 2018-07-19 22:47:38 -0400 | [diff] [blame] | 1 | # PyCharm |
2 | .idea | ||||
3 | exportToHTML | ||||
4 | |||||
khenaidoo | 7b90989 | 2018-09-18 13:48:20 -0400 | [diff] [blame] | 5 | # Python |
6 | *.pyc | ||||
7 | |||||
khenaidoo | cfee5f4 | 2018-07-19 22:47:38 -0400 | [diff] [blame] | 8 | # Emacs |
9 | *~ | ||||
10 | .#* | ||||
11 | |||||
12 | # Vagrant | ||||
13 | .vagrant | ||||
14 | *.box | ||||
15 | |||||
16 | # Ansible | ||||
17 | ansible/*.retry | ||||
18 | |||||
19 | # Any vi swap files | ||||
20 | *.swp | ||||
21 | |||||
khenaidoo | 7b90989 | 2018-09-18 13:48:20 -0400 | [diff] [blame] | 22 | # Virtualenv |
Matt Jeanneret | 2e3051a | 2019-05-11 15:01:46 -0400 | [diff] [blame] | 23 | python/venv-* |
khenaidoo | 7b90989 | 2018-09-18 13:48:20 -0400 | [diff] [blame] | 24 | |
khenaidoo | cfee5f4 | 2018-07-19 22:47:38 -0400 | [diff] [blame] | 25 | # Protobuf output files |
khenaidoo | 7ff26c7 | 2019-01-16 14:55:48 -0500 | [diff] [blame] | 26 | python/**/*_pb2.py |
27 | python/**/*_pb2_grpc.py | ||||
28 | python/**/*.desc | ||||
29 | protos/**/*.pb.go | ||||
30 | protos/**/*.desc | ||||
Ryan | 81f9651 | 2019-01-23 03:27:47 +0000 | [diff] [blame] | 31 | protos/voltha.pb |
khenaidoo | cfee5f4 | 2018-07-19 22:47:38 -0400 | [diff] [blame] | 32 | |
33 | # Editors | ||||
34 | *.bak | ||||
35 | *.project | ||||
36 | *.pydevproject | ||||
37 | |||||
38 | # Docker | ||||
39 | .docker-base-built | ||||
40 | |||||
41 | # Mac stuff | ||||
42 | .DS_Store | ||||
43 | **/.DS_Store | ||||
44 | |||||
45 | # Generated docs | ||||
46 | |||||
47 | |||||
48 | # Vagrant logfile | ||||
William Kurkian | daa6bb2 | 2019-03-07 12:26:28 -0500 | [diff] [blame] | 49 | *.logo |
khenaidoo | 5aadea0 | 2018-11-07 14:30:11 -0500 | [diff] [blame] | 50 | |
51 | # voltha cli history | ||||
52 | python/cli/.voltha_cli_history | ||||
khenaidoo | 7b90989 | 2018-09-18 13:48:20 -0400 | [diff] [blame] | 53 | |
William Kurkian | fc0dcda | 2019-04-08 16:54:36 -0400 | [diff] [blame] | 54 | python/local_imports/**/* |
William Kurkian | c91266e | 2019-04-05 14:21:20 -0400 | [diff] [blame] | 55 | |
Kent Hagerman | 074d0e0 | 2019-04-24 17:58:16 -0400 | [diff] [blame] | 56 | # test output |
57 | tests/results | ||||
David Bainbridge | 81175e4 | 2019-10-16 19:06:37 +0000 | [diff] [blame] | 58 | sca-report |
Girish Gowdra | 408cd96 | 2020-03-11 14:31:31 -0700 | [diff] [blame] | 59 | |
60 | # CPU profile | ||||
61 | **/profile.cpu | ||||
62 | |||||
63 | # etcd - ? | ||||
64 | rw_core/core/voltha.rwcore.nb.etcd/ |