Commit Graph

11 Commits

Author SHA1 Message Date
Brendan Forster 6fd222d860 Merge pull request #2262 from OSDevelopment/unrealEngine
Ignore xcworkspace for UnrealEngine Xcode projects
2017-01-28 12:11:52 +01:00
Robinson Presotto 23adefa4be Ignore xcworkspace for UnrealEngine Xcode projects 2017-01-26 22:25:00 +01:00
Calem Bendell 66c8b842c0 Add Map Built Data
Add built data to the gitignore.
Includes data about a map for UE4.14 that is generated when the user builds it (surprise! :D).
Often gigabytes in size.
Definitely don't want it in your repository.
2017-01-23 16:34:46 -05:00
Calem Bendell 548fb984f7 add the *.VC.db to unreal engine ignore
as of visual studio 2015 update 2 this file stores the intellisense database.
this file is typically huge and shouldn't be included in a repository.
2016-11-02 11:48:05 -04:00
Mohammad S. Babaei b9742650d6 ignore *.VC.db files
In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
2016-06-15 16:43:12 +04:30
Álison Fernandes e0f7be735f Removed whitespace
Title.
2016-03-27 19:52:21 +01:00
Álison Fernandes 526bf54931 Added Visual Studio 2015 .vs folder
Visual Studio 2015 moved all the user specific configuration to a .vs folder, which shouldn't be tracked.
2016-03-27 19:45:26 +01:00
Vahagn Harutyunyan 514f24b99a Add *.VC.opendb for UnrealEngine
Add *.VC.opendb to the .gitignore for the UnrealEngine for Visual Studio 2015 Update 1 users. This reflects the changes in the VisualStudio.gitignore made in https://github.com/github/gitignore/pull/1778 and https://github.com/github/gitignore/pull/1783 but is more specifically targeted at solving the issue http://stackoverflow.com/questions/34319008/git-issue-with-visual-studio-2015-update-1 .
2016-01-23 14:44:18 +04:00
Ben Reeves 2111560949 Removed Redundant Lines
samsheff accidentally typed a few of the lines twice ^.^
2015-10-31 17:17:36 -04:00
Sam Sheffres e3cd87b276 Re-add SourceArt Exclusions I removed on Accident 2015-10-29 12:14:21 +06:00
Sam Sheffres 18a4bd70c7 Rename UE4 gitignore to UnrealEngine 2015-10-29 12:09:21 +06:00