summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1f6ecff6f090197b0d166d50b4b46d43f2c8c216 (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
# Compilation outputs
*.o
*.lo
*.la

# Temporaries
.deps
.libs
.dirstamp

# Makefiles
Makefile
Makefile.in

# Configuration
/config.*
/configure
/stamp-h1

# Test programs
/test/test*
/profile/profile*

# pkgconfig
/libass.pc

# Compilation support
/depcomp
/compile

# Autoconf files
/aclocal.m4
/autom4te.cache
/install-sh
/libtool
/ltmain.sh
/missing
/m4