aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b584a8bea6dcf35c220e148f5e4b4cbb3cdfaa44 (plain) (blame)
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
# binaries
/engine
/engine.exe

# tests
/tests/test-suite.log

# autotools files
.deps/
.dirstamp
*.o
Makefile
Makefile.in
/aclocal.m4
/build-aux/
/m4/pkg.m4
/configure
/configure~
/src/config.h
/src/config.h.in
/src/config.h.in~
/src/stamp-h1
/autom4te.cache/
/config.log
/config.status

# vim
.*.swp