Gitiles
Code Review
Sign In
gerrit.opencord.org
/
openolt
/
e4a202f29906e456f5a87e8c48d7386d51fed266
/
.
/
.gitignore
blob: 8d9fb8f49db8dbf2d58344414aeabb4c5c64b968 [
file
] [
log
] [
blame
]
Craig Lutgen
f040dba
2018-09-27 11:21:43 -0500
[
diff
] [
blame
]
1
# Autoconf files
2
Makefile
3
config
.
h
4
config
.
log
5
config
.
status
6
autom4te
.
cache
7
**/.
cmake
.
state
8
9
# Google APIs
10
protos
/
googleapis
11
12
# Protobuf intermediate files
13
**
/*.pb.*
14
15
# C++ output files
16
**/
*.
o
17
**
/*.a
18
19
# Build output
20
build