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 | |
Girish Gowdra | e538dfd | 2019-09-30 11:07:30 +0530 | [diff] [blame^] | 22 | # BAL API 3.1.0 |
23 | **/bal-api-3.1.0 | ||||
24 | |||||
25 | # Test binary | ||||
26 | test_openolt | ||||
27 | |||||
28 | # Test report | ||||
29 | test_openolt_report.xml | ||||
30 | |||||
Girish Gowdru | 7c4ec2d | 2018-10-25 00:29:54 -0700 | [diff] [blame] | 31 | # IntelliJ Files |
32 | .idea |