source: trunk/.gitignore @ 623

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

Tune .gitignore for Win32 usage.

File size: 475 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
42tools/make-font
43# Our data
Note: See TracBrowser for help on using the repository browser.