source: trunk/.gitignore @ 984

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

test: add a 10-line example program that computes Pi to the 150th digit.

File size: 847 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/benchsuite
60test/quad
61test/sandbox
62test/math/pi
63tools/make-font
64# Our data
Note: See TracBrowser for help on using the repository browser.