blob: 90f483f0b54b8f880924d5daa49425a61909e816 [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
Girish Gowdrad0b6b4f2019-11-01 13:01:22 +053028# proto files
29protos/voltha_protos/*.proto
30
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +000031# Test report
32**/test_openolt_report.xml
33
Girish Gowdru7c4ec2d2018-10-25 00:29:54 -070034# IntelliJ Files
35.idea