source: trunk/.gitignore @ 2071

Last change on this file since 2071 was 2001, checked in by sam, 11 years ago

tutorial: add a new texture generation example.

File size: 1.3 KB
Line 
1# Autotools cruft
2*.o
3*.lo
4*.a
5*.la
6*.exe
7*.so
8*.elf
9*.self
10*.nexe
11*.userprefs
12*.usertasks
13*.pidb
14.auto
15.libs
16.deps
17.dirstamp
18Makefile
19Makefile.in
20aclocal.m4
21build/autotools/m4/libtool.m4
22build/autotools/m4/ltoptions.m4
23build/autotools/m4/ltsugar.m4
24build/autotools/m4/ltversion.m4
25build/autotools/m4/lt~obsolete.m4
26autom4te.cache
27config.h.in
28config.h
29config.log
30config.status
31configure
32libtool
33stamp-*
34*-stamp
35lolengine-*.tar.*
36# Personal stuff
37patch-*.diff
38# Debugging cruft
39core
40core.*
41vgcore.*
42callgrind.out.*
43perf.data*
44*.gcda
45*.gcno
46# Editor cruft
47.*.swp
48*~
49# Visual Studio cruft
50*.vcxproj.user
51binaries/*Debug
52binaries/*Release
53build/vs2010/ipch
54build/vs2010/*.opensdf
55build/vs2010/*.sdf
56build/vs2010/*.suo
57build/vs2010/*.log
58build/vs2010/*.XGD
59# Do not exclude anything in external. There is no way to do this recursively
60# but the nesting below is currently one level more than our current max.
61!external/*
62!external/*/*
63!external/*/*/*
64!external/*/*/*/*
65!external/*/*/*/*/*
66!external/*/*/*/*/*/*
67!external/*/*/*/*/*/*/*
68# Our binaries
69test/benchsuite
70test/btphystest
71test/testsuite
72test/sandbox/sample
73test/math/pi
74test/math/poly
75test/math/remez
76test/xolotl/xolotl
77tools/make-font
78tutorial/01_triangle
79tutorial/02_cube
80tutorial/03_noise
81tutorial/04_texture
82tutorial/05_easymesh
83tutorial/08_fbo
84tutorial/11_fractal
85# Our data
Note: See TracBrowser for help on using the repository browser.