summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 846c21a866aa290913f2af98f7a7333128079468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#                                                                   -*- conf -*-

# Editor backup files
*~
\#*
.\#*

# autoscan
autoscan.log
configure.scan

# aclocal
aclocal.m4
autom4te.cache/

# autoconf
configure

# autoheader
config.h.in

# automake
Makefile.in
compile
config.guess
config.sub
depcomp
install-sh
missing

# configure
.deps/
Makefile
config.h
config.log
config.status
stamp-*

# make
.dirstamp
*.o

# TODO(bbarenblat): Executable name here
hello