Created
February 21, 2017 10:22
-
-
Save hanzochang/168958f96c630936b6579715b5fbd8bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled Object files | |
*.slo | |
*.lo | |
*.o | |
*.obj | |
# Precompiled Headers | |
*.gch | |
*.pch | |
# Compiled Dynamic libraries | |
*.so | |
*.dylib | |
*.dll | |
# Fortran module files | |
*.mod | |
# Compiled Static libraries | |
*.lai | |
*.la | |
*.a | |
*.lib | |
# Executables | |
*.exe | |
*.out | |
*.app | |
*.ipa | |
# these project files can be generated by the engine | |
*.xcodeproj | |
*.sln | |
*.suo | |
*.opensdf | |
*.sdf | |
*.sln | |
# Precompiled Assets | |
SourceArt/**/*.png | |
SourceArt/**/*.tga | |
# Binary Files | |
Binaries/* | |
# Builds | |
Build/* | |
# Don't ignore icon files in Build | |
!Build/**/*.ico | |
# Configuration files generated by the Editor | |
Saved/* | |
# Compiled source files for the engine to use | |
Intermediate/* | |
# Cache files for the editor to use | |
DerivedDataCache/* | |
# Mac Artifacts | |
.DS_Store | |
# Vim Artifacts | |
*.swp | |
*.swo | |
.ctrlp_cache/ | |
# Visual C++ cache files | |
ipch/ | |
*.aps | |
*.ncb | |
*.opendb | |
*.opensdf | |
*.sdf | |
*.cachefile | |
*.VC.db | |
*.VC.VC.opendb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment