summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2020-03-12 13:02:18 +0100
committerRay <[email protected]>2020-03-12 13:02:18 +0100
commit82937e1564367cd640d9e0c68749f4266776fb8a (patch)
tree8a1356061021dab0ad1f5626f3f489e8fc0822f0
parent7fa12844eda0348fee3ddf8f2799074796050ddd (diff)
downloadraylib-82937e1564367cd640d9e0c68749f4266776fb8a.tar.gz
raylib-82937e1564367cd640d9e0c68749f4266776fb8a.zip
Update .gitignore
-rw-r--r--.gitignore25
1 files changed, 1 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
index da124a01..1fb70e8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,7 @@ Thumbs.db
*.cache
*.ilk
*.log
+.vs
[Bb]in
[Dd]ebug/
@@ -54,7 +55,6 @@ packages/
*.a
*.bc
*.so
-!raylib.rc.o
# Ignore all examples files
examples/*
@@ -76,7 +76,6 @@ games/*
!games/*/
# Unignore all games files with extension
!games/*.c
-!games/*.lua
!games/*.png
# Unignore games makefile
!games/Makefile
@@ -96,23 +95,6 @@ xcschememanagement.plist
xcuserdata/
DerivedData/
-# Visual Studio project
-project/VS2015.UWP/packages
-project/VS2017/packages
-
-# Web examples
-docs/examples/web/*.html
-docs/examples/web/*/*.html
-!docs/examples/web/loader.html
-!docs/examples/web/core/loader.html
-!docs/examples/web/shapes/loader.html
-!docs/examples/web/text/loader.html
-!docs/examples/web/textures/loader.html
-!docs/examples/web/audio/loader.html
-!docs/examples/web/physac/loader.html
-!docs/examples/web/shaders/loader.html
-!docs/examples/web/models/loader.html
-
# Jetbrains project
.idea/
cmake-build-debug/
@@ -128,17 +110,12 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
build
-!templates/android_project/Makefile
# Unignore These makefiles...
!examples/CMakeLists.txt
!games/CMakeLists.txt
-# Ignore Android generated files and folders
-templates/android_project/output
-
# Ignore GNU global tags
GPATH
GRTAGS
GTAGS
-.vs