summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 009f7d005afa19cff080b386807f0eb6383f5d3a (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
# Dependency and object files
.*.d
*.o

# Generated by autoconf/configure/automake
*.m4
Makefile
Makefile.in
src/Makefile.in
src/.deps/
stamp-h1
config.h
config.h.in
config.h.in~
config.log
config.status
configure
autom4te.cache
build-aux/
libtool
missing
depcomp
ylwrap
src/parser_bison.c
src/parser_bison.h

# Generated by tests
*.payload.got

# Debian package build temporary files
build-stamp