aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 20912d38111fab370d77c8cec97f3d4f50b63881 (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
# autoscan by-products
autoscan-2.*.log
configure.scan

# autoreconf by-products
*.in

aclocal.m4
autom4te.cache/
config.guess
config.h.in
config.sub
configure
depcomp
install-sh
ltmain.sh
missing

# configure by-products
.deps
Makefile

config.h
config.log
config.status
libtool
stamp-h1

# build by-products
.libs
*.o
*.la
*.lo

# final executables
src/gapk

# temporary/backup files
*.*~
.*.swp