Skip to content

Instantly share code, notes, and snippets.

@hanzochang
Created February 21, 2017 10:22
Show Gist options
  • Save hanzochang/168958f96c630936b6579715b5fbd8bc to your computer and use it in GitHub Desktop.
Save hanzochang/168958f96c630936b6579715b5fbd8bc to your computer and use it in GitHub Desktop.
# 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