debian-mirror-gitlab/vendor/gitignore/UnrealEngine.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

75 lines
946 B
Plaintext
Raw Normal View History

2016-06-02 11:05:42 +05:30
# 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-08-17 22:00:37 +05:30
*.xcworkspace
2016-06-02 11:05:42 +05:30
*.sln
*.suo
*.opensdf
*.sdf
2016-06-22 15:30:34 +05:30
*.VC.db
2016-06-02 11:05:42 +05:30
*.VC.opendb
# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga
# Binary Files
Binaries/*
2018-03-17 18:26:18 +05:30
Plugins/*/Binaries/*
2016-06-02 11:05:42 +05:30
# Builds
Build/*
2017-08-17 22:00:37 +05:30
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
Build/*/**
!Build/*/PakBlacklist*.txt
2016-06-02 11:05:42 +05:30
# Don't ignore icon files in Build
!Build/**/*.ico
2017-08-17 22:00:37 +05:30
# Built data for maps
*_BuiltData.uasset
2016-06-02 11:05:42 +05:30
# Configuration files generated by the Editor
Saved/*
# Compiled source files for the engine to use
Intermediate/*
2018-03-17 18:26:18 +05:30
Plugins/*/Intermediate/*
2016-06-02 11:05:42 +05:30
# Cache files for the editor to use
DerivedDataCache/*