Craig Lutgen | f040dba | 2018-09-27 11:21:43 -0500 | [diff] [blame] | 1 | # Autoconf files |
Girish Gowdra | ddf9a16 | 2020-01-27 12:56:27 +0530 | [diff] [blame] | 2 | agent/Makefile |
Craig Lutgen | f040dba | 2018-09-27 11:21:43 -0500 | [diff] [blame] | 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 | |||||
Girish Gowdra | ddf9a16 | 2020-01-27 12:56:27 +0530 | [diff] [blame] | 15 | # Proto files |
16 | **/*.proto | ||||
17 | |||||
Craig Lutgen | f040dba | 2018-09-27 11:21:43 -0500 | [diff] [blame] | 18 | # C++ output files |
19 | **/*.o | ||||
20 | **/*.a | ||||
21 | |||||
22 | # Build output | ||||
23 | build | ||||
Girish Gowdru | 7c4ec2d | 2018-10-25 00:29:54 -0700 | [diff] [blame] | 24 | |
Girish Gowdra | ddf9a16 | 2020-01-27 12:56:27 +0530 | [diff] [blame] | 25 | # BAL API 3.x |
26 | **/bal-api-3.* | ||||
Thiyagarajan Subramani | 89fffc0 | 2019-05-13 21:33:20 +0000 | [diff] [blame] | 27 | |
28 | # Test binary | ||||
Jason Huang | bf45ffb | 2019-10-30 17:29:02 +0800 | [diff] [blame] | 29 | **/test_openolt |
Girish Gowdra | d0b6b4f | 2019-11-01 13:01:22 +0530 | [diff] [blame] | 30 | |
Thiyagarajan Subramani | 89fffc0 | 2019-05-13 21:33:20 +0000 | [diff] [blame] | 31 | # Test report |
Girish Gowdra | ddf9a16 | 2020-01-27 12:56:27 +0530 | [diff] [blame] | 32 | **/test_openolt_report_xunit.xml |
Jason Huang | bf45ffb | 2019-10-30 17:29:02 +0800 | [diff] [blame] | 33 | |
Girish Gowdru | 7c4ec2d | 2018-10-25 00:29:54 -0700 | [diff] [blame] | 34 | # IntelliJ Files |
35 | .idea | ||||
Girish Gowdra | 2429703 | 2020-03-23 12:32:37 -0700 | [diff] [blame] | 36 | |
37 | # vscode | ||||
38 | .vscode |