diff options
| author | David Reid <[email protected]> | 2018-04-21 17:26:40 +1000 |
|---|---|---|
| committer | David Reid <[email protected]> | 2018-04-21 17:26:40 +1000 |
| commit | f5ebbfb6bc80e5d5555e84ee505ff794c2bc64b6 (patch) | |
| tree | 800aeb61be9c2018d1a048da54d1f6ab746f11f1 /.gitignore | |
| parent | 950f31e620a9239dc91230ad92bb243f149e6f2c (diff) | |
| parent | 847bdaf68287f70fbeb5599361257b6f982e48c5 (diff) | |
| download | raylib-f5ebbfb6bc80e5d5555e84ee505ff794c2bc64b6.tar.gz raylib-f5ebbfb6bc80e5d5555e84ee505ff794c2bc64b6.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_al
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -83,20 +83,20 @@ xcschememanagement.plist xcuserdata/ DerivedData/ -# external libraries DLLs -!src/external/glfw3/lib/win32/glfw3.dll -!src/external/openal_soft/lib/win32/OpenAL32.dll - # Visual Studio project project/vs2015/*.db project/vs2015/*.opendb +project/vs2015.UWP/packages +project/vs2015.UWP/*.db !project/vs2015/raylib.sln !project/vs2015/raylib/*.vcxproj !project/vs2015/examples/*.vcxproj -!project/vs2015/external/glfw3/lib/win32/glfw3.dll -!project/vs2015/external/openal_soft/lib/win32/OpenAL32.dll -!project/vs2015/external/openal_soft/lib/win64/OpenAL32.dll -!project/vs2015/external/lua/lib/win32/lua53.dll +!project/vs2017/raylib.sln +!project/vs2017/raylib/*.vcxproj +!project/vs2017/examples/*.vcxproj +!project/vs2015.UWP/raylib/*.vcxproj +!project/vs2015.UWP/*.sln +!project/vs2015.UWP/raylib.App.UWP/*.vcxproj # Web examples docs/examples/web/*.html @@ -111,15 +111,11 @@ docs/examples/web/*/*.html !docs/examples/web/shaders/loader.html !docs/examples/web/models/loader.html -# Meson build system -builddir/ - # CMake stuff CMakeCache.txt CMakeFiles CMakeScripts Testing -Makefile cmake_install.cmake install_manifest.txt compile_commands.json @@ -133,3 +129,8 @@ build # Ignore Android generated files and folders templates/android_project/output + +# Ignore GNU global tags +GPATH +GRTAGS +GTAGS |
