raylib/.gitignore

137 lines
2.1 KiB
Plaintext
Raw Normal View History

# Ignore generated files
# ...
# Ignore VIM's backup generated files
*.swp
*.swo
*~
# Ignore thumbnails created by windows
Thumbs.db
2013-10-24 19:49:49 +04:00
# Ignore files build by Visual Studio
2013-11-24 23:30:34 +04:00
# *.obj --> Can be confused with 3d model!
2013-10-24 19:49:49 +04:00
*.pdb
*.aps
2018-05-14 01:33:15 +03:00
*.user
# *.vcproj
# *.vcxproj*
# *.sln
*.vspscc
*_i.c
*.i
*.icf
*_p.c
*.ncb
*.suo
2013-10-24 19:49:49 +04:00
*.tlb
*.tlh
*.bak
*.cache
*.ilk
2013-10-24 19:49:49 +04:00
*.log
[Bb]in
[Dd]ebug/
[Dd]ebug.win32/
[Dd]ebug.DLL/
*.sbr
2013-10-24 19:49:49 +04:00
*.sdf
obj/
2017-10-11 12:22:49 +03:00
[R]elease/
[Rr]elease.win32/
2013-10-24 19:49:49 +04:00
_ReSharper*/
[Tt]est[Rr]esult*
ipch/
*.opensdf
2018-05-14 01:33:15 +03:00
*.db
*.opendb
# Ignore compiled binaries
*.o
2014-09-18 20:56:22 +04:00
*.exe
2019-02-19 07:36:29 +03:00
*.a
!raylib.rc.o
2013-10-24 19:49:49 +04:00
# Ignore all examples files
examples/*
# Unignore all examples dirs
!examples/*/
# Unignore all examples files with extension
!examples/*.c
!examples/*.lua
!examples/*.png
# Unignore examples Makefile
!examples/Makefile
2018-07-10 12:52:30 +03:00
!examples/Makefile.Android
!examples/raylib_compile_execute.bat
!examples/raylib_makefile_example.bat
# Ignore all games files
games/*
# Unignore all games dirs
!games/*/
# Unignore all games files with extension
!games/*.c
!games/*.lua
!games/*.png
# Unignore games makefile
2017-05-18 20:24:24 +03:00
!games/Makefile
2018-07-21 18:38:47 +03:00
!games/Makefile.Android
# Ignore files build by xcode
*.mode*v*
*.pbxuser
*.xcbkptlist
*.xcscheme
*.xcworkspacedata
*.xcuserstate
*.xccheckout
xcschememanagement.plist
2013-10-24 19:49:49 +04:00
.DS_Store
._.*
xcuserdata/
2016-01-07 19:12:54 +03:00
DerivedData/
2016-08-08 18:22:26 +03:00
# Visual Studio project
2018-05-14 01:33:15 +03:00
project/VS2015.UWP/packages
project/VS2017/packages
2016-08-08 18:22:26 +03:00
# Web examples
2017-04-08 12:19:11 +03:00
docs/examples/web/*.html
2017-04-10 16:30:36 +03:00
docs/examples/web/*/*.html
2017-04-08 12:19:11 +03:00
!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
# CMake stuff
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
TestingIfSymlinkWorks
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
build
!templates/android_project/Makefile
# Unignore These makefiles...
!examples/CMakeLists.txt
!games/CMakeLists.txt
2017-10-11 12:22:49 +03:00
# Ignore Android generated files and folders
templates/android_project/output
# Ignore GNU global tags
GPATH
GRTAGS
GTAGS
.vs