blob: 6bf2e45bf73100f6231cab9b16dfdc367f43a9c6 [file] [log] [blame]
Craig Lutgenf040dba2018-09-27 11:21:43 -05001# Autoconf files
2Makefile
3config.h
4config.log
5config.status
6autom4te.cache
7**/.cmake.state
8
9# Google APIs
10protos/googleapis
11
12# Protobuf intermediate files
13**/*.pb.*
14
15# C++ output files
16**/*.o
17**/*.a
18
19# Build output
20build
Girish Gowdru7c4ec2d2018-10-25 00:29:54 -070021
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +000022# BAL API 3.1.0
23**/bal-api-3.1.0
24
25# Test binary
26test_openolt
27
28# Test report
29**/test_openolt_report.xml
30
31# Downloaded voltha-protos file
32voltha_protos
33
Girish Gowdru7c4ec2d2018-10-25 00:29:54 -070034# IntelliJ Files
35.idea