source: trunk/.gitignore @ 221

Last change on this file since 221 was 221, checked in by sam, 12 years ago

Complete Lol Engine / Deus Hax / Monsterz split.

File size: 422 bytes
Line 
1# Autotools cruft
2*.o
3*.lo
4*.a
5*.la
6*.exe
7*.userprefs
8*.usertasks
9*.pidb
10.auto
11.libs
12.deps
13Makefile
14Makefile.in
15aclocal.m4
16autom4te.cache
17config.h.in
18config.h
19config.log
20config.status
21configure
22libtool
23stamp-*
24*-stamp
25lolengine-*.tar.*
26# Debugging cruft
27core
28core.*
29# Editor cruft
30.*.swp
31*~
32# Our binaries
33deushax/deushax
34deushax/editor
35monsterz/monsterz
36tools/make-font
37# Our data
38art/*.png
39art/test/*.png
40gfx/font/*.png
Note: See TracBrowser for help on using the repository browser.