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