blob: 243bc3de222f1c92ca10d9a44614e2b885d8d941 (
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
29
30
31
32
33
|
# binaries
/engine
/engine.exe
/engine-win.zip
# tests
/tests/test-suite.log
# autotools files
.deps/
.dirstamp
*.o
Makefile
Makefile.in
/aclocal.m4
/build-aux/
/m4/*.m4
/configure
/configure~
/src/config.h
/src/config.h.in
/src/config.h.in~
/src/stamp-h1
/autom4te.cache/
/config.log
/config.status
/configure.scan
/autoscan.log
# vim
.vimrc
.*.swp
*~
|