Skip to content

Commit

Permalink
Merge pull request github#1719 from samsheff/add-ue4
Browse files Browse the repository at this point in the history
Add a .gitignore for Unreal Engine 4
  • Loading branch information
shiftkey committed Oct 29, 2015
2 parents a8206a7 + f03f866 commit edff300
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions UnrealEngine.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# 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/*

0 comments on commit edff300

Please sign in to comment.