浏览代码

Update .gitignore

pull/1132/head
Ray 5 年前
父节点
当前提交
82937e1564
共有 1 个文件被更改,包括 1 次插入24 次删除
  1. +1
    -24
      .gitignore

+ 1
- 24
.gitignore 查看文件

@ -30,6 +30,7 @@ Thumbs.db
*.cache *.cache
*.ilk *.ilk
*.log *.log
.vs
[Bb]in [Bb]in
[Dd]ebug/ [Dd]ebug/
@ -54,7 +55,6 @@ packages/
*.a *.a
*.bc *.bc
*.so *.so
!raylib.rc.o
# Ignore all examples files # Ignore all examples files
examples/* examples/*
@ -76,7 +76,6 @@ games/*
!games/*/ !games/*/
# Unignore all games files with extension # Unignore all games files with extension
!games/*.c !games/*.c
!games/*.lua
!games/*.png !games/*.png
# Unignore games makefile # Unignore games makefile
!games/Makefile !games/Makefile
@ -96,23 +95,6 @@ xcschememanagement.plist
xcuserdata/ xcuserdata/
DerivedData/ 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 # Jetbrains project
.idea/ .idea/
cmake-build-debug/ cmake-build-debug/
@ -128,17 +110,12 @@ install_manifest.txt
compile_commands.json compile_commands.json
CTestTestfile.cmake CTestTestfile.cmake
build build
!templates/android_project/Makefile
# Unignore These makefiles... # Unignore These makefiles...
!examples/CMakeLists.txt !examples/CMakeLists.txt
!games/CMakeLists.txt !games/CMakeLists.txt
# Ignore Android generated files and folders
templates/android_project/output
# Ignore GNU global tags # Ignore GNU global tags
GPATH GPATH
GRTAGS GRTAGS
GTAGS GTAGS
.vs

正在加载...
取消
保存