blob: 1ccc2a413c69c5af640ba90f3c60b11b1548c94f [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
Jason Huangbf45ffb2019-10-30 17:29:02 +080026**/test_openolt
Girish Gowdrad0b6b4f2019-11-01 13:01:22 +053027
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +000028# Test report
29**/test_openolt_report.xml
30
Jason Huangbf45ffb2019-10-30 17:29:02 +080031# Downloaded voltha-protos file
32voltha_protos
33
Girish Gowdru7c4ec2d2018-10-25 00:29:54 -070034# IntelliJ Files
35.idea