blob: f20f213e51af34e8334020454d16cc29b7ba4a86 [file] [log] [blame]
Craig Lutgenf040dba2018-09-27 11:21:43 -05001# Autoconf files
Girish Gowdraddf9a162020-01-27 12:56:27 +05302agent/Makefile
3agent/test/Makefile
Craig Lutgenf040dba2018-09-27 11:21:43 -05004config.h
5config.log
6config.status
7autom4te.cache
8**/.cmake.state
9
10# Google APIs
11protos/googleapis
12
13# Protobuf intermediate files
14**/*.pb.*
15
Girish Gowdraddf9a162020-01-27 12:56:27 +053016# Proto files
17**/*.proto
18
Craig Lutgenf040dba2018-09-27 11:21:43 -050019# C++ output files
20**/*.o
21**/*.a
22
23# Build output
24build
Girish Gowdru7c4ec2d2018-10-25 00:29:54 -070025
Girish Gowdraddf9a162020-01-27 12:56:27 +053026# BAL API 3.x
27**/bal-api-3.*
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +000028
29# Test binary
Jason Huangbf45ffb2019-10-30 17:29:02 +080030**/test_openolt
Girish Gowdrad0b6b4f2019-11-01 13:01:22 +053031
Thiyagarajan Subramani89fffc02019-05-13 21:33:20 +000032# Test report
Girish Gowdraddf9a162020-01-27 12:56:27 +053033**/test_openolt_report_xunit.xml
Jason Huangbf45ffb2019-10-30 17:29:02 +080034
Girish Gowdru7c4ec2d2018-10-25 00:29:54 -070035# IntelliJ Files
36.idea