gitlab-org--gitlab-foss/vendor/gitignore/UnrealEngine.gitignore

75 lines
946 B
Plaintext
Raw Normal View History

# Visual Studio 2015 user specific files
.vs/
# 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
2017-02-07 05:03:05 +00:00
*.xcworkspace
*.sln
*.suo
*.opensdf
*.sdf
2016-06-16 08:39:17 +00:00
*.VC.db
*.VC.opendb
# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga
# Binary Files
Binaries/*
2017-12-13 04:41:28 +00:00
Plugins/*/Binaries/*
# Builds
Build/*
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
Build/*/**
!Build/*/PakBlacklist*.txt
# Don't ignore icon files in Build
!Build/**/*.ico
2017-02-07 05:03:05 +00:00
# Built data for maps
*_BuiltData.uasset
# Configuration files generated by the Editor
Saved/*
# Compiled source files for the engine to use
Intermediate/*
2017-12-13 04:41:28 +00:00
Plugins/*/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*