fixed bug with not redrawing level number in main menu changed by cursor
[rocksndiamonds.git] / .gitignore
1 # ignore temporary development files
2 *.o
3 *.a
4 .depend
5
6 # ignore automatically generated files
7 src/conftime.h
8 src/conf_gfx.h
9 src/conf_snd.h
10 src/conf_mus.h
11 src/conf_chr.c
12 src/conf_chr.h
13 src/conf_cus.c
14 src/conf_cus.h
15 src/conf_grp.c
16 src/conf_grp.h
17 src/conf_e2g.c
18 src/conf_esg.c
19 src/conf_e2s.c
20 src/conf_fnt.c
21 src/conf_g2s.c
22 src/conf_g2m.c
23 src/conf_var.c
24 src/conf_act.c
25 graphics/gfx_classic/*.png
26 graphics/gfx_classic/RocksCE.ilbm
27 graphics/gfx_classic/overlay/VirtualButtons.png
28
29 # ignore compiled executable files
30 rocksndiamonds
31 rocksndiamonds.exe