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 |
| 26 | test_openolt |
| 27 | |
Girish Gowdra | d0b6b4f | 2019-11-01 13:01:22 +0530 | [diff] [blame^] | 28 | # proto files |
| 29 | protos/voltha_protos/*.proto |
| 30 | |
Thiyagarajan Subramani | 89fffc0 | 2019-05-13 21:33:20 +0000 | [diff] [blame] | 31 | # Test report |
| 32 | **/test_openolt_report.xml |
| 33 | |
Girish Gowdru | 7c4ec2d | 2018-10-25 00:29:54 -0700 | [diff] [blame] | 34 | # IntelliJ Files |
| 35 | .idea |