source: trunk/.gitignore @ 1043

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

test: start writing tutorials and other shit.

File size: 937 bytes
Line 
1# Autotools cruft
2*.o
3*.lo
4*.a
5*.la
6*.exe
7*.elf
8*.self
9*.userprefs
10*.usertasks
11*.pidb
12.auto
13.libs
14.deps
15Makefile
16Makefile.in
17aclocal.m4
18autom4te.cache
19config.h.in
20config.h
21config.log
22config.status
23configure
24libtool
25stamp-*
26*-stamp
27lolengine-*.tar.*
28# Personal stuff
29patch-*.diff
30# Debugging cruft
31core
32core.*
33vgcore.*
34# Editor cruft
35.*.swp
36*~
37# Visual Studio cruft
38win32/Debug
39win32/Release
40win32/*.vcxproj.user
41win32/*.sdf
42win32/*.suo
43# Android cruft
44monsterz/android/assets
45# Do not exclude anything in contrib; this is currently one level
46# more than our current max
47!contrib/*
48!contrib/*/*
49!contrib/*/*/*
50!contrib/*/*/*/*
51!contrib/*/*/*/*/*
52!contrib/*/*/*/*/*/*
53!contrib/*/*/*/*/*/*/*
54# Our binaries
55deushax/deushax
56deushax/editor
57monsterz/monsterz
58test/testsuite
59test/tutorial/tut01
60test/tutorial/tut02
61test/benchsuite
62test/quad
63test/sandbox
64test/math/pi
65test/math/poly
66test/math/remez
67test/xolotl/xolotl
68tools/make-font
69# Our data
Note: See TracBrowser for help on using the repository browser.