Skip to content

Instantly share code, notes, and snippets.

@dan-dr
Created May 1, 2015 18:52
Show Gist options
  • Save dan-dr/9a98e7a40ea4af089a07 to your computer and use it in GitHub Desktop.
Save dan-dr/9a98e7a40ea4af089a07 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
*.xcodeproj
*.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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment