mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
47fb0e3d16
- Fixed an issue that made compiling glew hang on macs - Currently using Apple LLVM version 7.0.2 (clang-700.1.81) - Added .DS_Store files to gitignore
21 lines
297 B
Plaintext
21 lines
297 B
Plaintext
*.pc
|
|
/src/*.c
|
|
/include/GL/*.h
|
|
/build/vc6/*.rc
|
|
/build/*.rc
|
|
/build/*/*.sdf
|
|
/build/*/*.suo
|
|
/build/*/*.vcxproj.user
|
|
/build/*/tmp/
|
|
/build/cmake/CMakeFiles/
|
|
/build/cmake/CMakeCache.txt
|
|
/build/cmake/cmake_install.cmake
|
|
/build/cmake/Makefile
|
|
/auto/extensions
|
|
/auto/registry
|
|
/bin
|
|
/lib
|
|
/tmp
|
|
/out
|
|
.DS_Store*
|