Craig Lutgen | f040dba | 2018-09-27 11:21:43 -0500 | [diff] [blame] | 1 | # Autoconf files |
2 | Makefile | ||||
3 | config.h | ||||
4 | config.log | ||||
5 | config.status | ||||
6 | autom4te.cache | ||||
7 | **/.cmake.state | ||||
8 | |||||
9 | # Google APIs | ||||
10 | protos/googleapis | ||||
11 | |||||
12 | # Protobuf intermediate files | ||||
13 | **/*.pb.* | ||||
14 | |||||
15 | # C++ output files | ||||
16 | **/*.o | ||||
17 | **/*.a | ||||
18 | |||||
19 | # Build output | ||||
20 | build | ||||
Girish Gowdru | 7c4ec2d | 2018-10-25 00:29:54 -0700 | [diff] [blame] | 21 | |
Thiyagarajan Subramani | 89fffc0 | 2019-05-13 21:33:20 +0000 | [diff] [blame] | 22 | # BAL API 3.1.0 |
23 | **/bal-api-3.1.0 | ||||
24 | |||||
25 | # Test binary | ||||
Jason Huang | bf45ffb | 2019-10-30 17:29:02 +0800 | [diff] [blame^] | 26 | **/test_openolt |
Girish Gowdra | d0b6b4f | 2019-11-01 13:01:22 +0530 | [diff] [blame] | 27 | |
Thiyagarajan Subramani | 89fffc0 | 2019-05-13 21:33:20 +0000 | [diff] [blame] | 28 | # Test report |
29 | **/test_openolt_report.xml | ||||
30 | |||||
Jason Huang | bf45ffb | 2019-10-30 17:29:02 +0800 | [diff] [blame^] | 31 | # Downloaded voltha-protos file |
32 | voltha_protos | ||||
33 | |||||
Girish Gowdru | 7c4ec2d | 2018-10-25 00:29:54 -0700 | [diff] [blame] | 34 | # IntelliJ Files |
35 | .idea |