source: trunk/.gitignore @ 1520

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

build: fix the VS2010 build and add build/ and binaries/ to the dist
tarball.

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