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 | ||||
Girish Gowdru | 7c4ec2d | 2018-10-25 00:29:54 -0700 | [diff] [blame] | 21 | |
22 | # IntelliJ Files | ||||
23 | .idea |