blob: 0712759f762bcc53bec4844f41aa8486824958b3 [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
22# IntelliJ Files
23.idea