forked from opengl-tutorials/ogl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- old CMake custom command which breaks Mac compilation
- numpy (horrible to install on Mac); replaced by custom RMS computation + XCode and GCC test builds + core2-specific tests
- Loading branch information
Arnaud Masserann
committed
Jan 3, 2013
0 parents
commit b8974c3
Showing
2,158 changed files
with
404,398 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
syntax: glob | ||
|
||
*.dll | ||
*.exe | ||
build/* | ||
bin-*/* | ||
distrib/build_*/* | ||
*.bak | ||
*.orig | ||
screenshot.bmp | ||
*.pyc | ||
Thumbs.db | ||
glob:OpenGL-tutorial_v* | ||
relre:.*\.blend.+ | ||
glob:*.mtl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Please READ Tutorial 1 and don't build the tutorials yourself ! Use CMake instead. If you have a problem, read the FAQ. |
Oops, something went wrong.