source: trunk/.gitignore @ 785

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

deushax: move everything DeusHax-related to its own subdirectory.

File size: 499 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# Visual Studio cruft
33win32/Debug
34win32/Release
35win32/*.vcxproj.user
36win32/*.sdf
37win32/*.suo
38# Our binaries
39deushax/deushax
40deushax/editor
41monsterz/monsterz
42test/lol-test
43test/quad
44tools/make-font
45# Our data
Note: See TracBrowser for help on using the repository browser.