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
Girish Gowdrae538dfd2019-09-30 11:07:30 +053022# BAL API 3.1.0
23**/bal-api-3.1.0
24
25# Test binary
26test_openolt
27
28# Test report
Girish Gowdrad18f0d32019-10-11 20:46:15 +053029**/test_openolt_report.xml
Girish Gowdrae538dfd2019-09-30 11:07:30 +053030
Girish Gowdra897f5ab2019-10-17 17:05:31 +053031# Downloaded voltha-protos file
32voltha_protos
33
Girish Gowdru7c4ec2d2018-10-25 00:29:54 -070034# IntelliJ Files
35.idea