Rework doc-handing make rules and remove generated files from version control.
[gnushogi.git] / .gitignore
1 /config.h.in
2 /configure
3
4 /autom4te.cache/
5 /config.log
6 /config.status
7 /config.h
8 /Makefile
9 /gnushogi/Makefile
10 /gnushogi/Makefile.profile
11 /xshogi/Makefile
12
13 *.o
14 /gnushogi/pat2inc
15 /gnushogi/pattern.inc
16 /gnushogi/gnushogi
17 /gnushogi/gnushogi.bbk
18
19 /xshogi/scanner.c
20 /xshogi/parser.c
21 /xshogi/xshogi
22
23 /doc/gnushogi*.info
24 /doc/gnushogi*.html
25 /doc/*.ps
26 /doc/*.pdf
27 /doc/*.aux
28 /doc/*.cp
29 /doc/*.cps
30 /doc/*.dvi
31 /doc/*.fn
32 /doc/*.ky
33 /doc/*.log
34 /doc/*.pg
35 /doc/*.toc
36 /doc/*.tp
37 /doc/*.vr