Remove legacy cruft from .gitignore.

This commit is contained in:
Paul Chote
2019-04-27 17:21:55 +01:00
committed by reaperrr
parent 1955cac84e
commit b93490efd0

21
.gitignore vendored
View File

@@ -13,12 +13,6 @@ obj
_ReSharper.*/ _ReSharper.*/
/.vs /.vs
# movies
*.vqa
# archives
*.mix
# binaries # binaries
mods/*/*.dll mods/*/*.dll
mods/*/*.mdb mods/*/*.mdb
@@ -30,6 +24,7 @@ mods/*/*.pdb
/*.pdb /*.pdb
/*.mdb /*.mdb
/*.exe /*.exe
/*.exe.config
thirdparty/download/* thirdparty/download/*
*.mmdb.gz *.mmdb.gz
@@ -46,20 +41,6 @@ thirdparty/download/*
# Mac OS X # Mac OS X
.DS_Store .DS_Store
# XCode
packaging/osx/launcher/build/
packaging/osx/launcher/OpenRA.xcodeproj/*.pbxuser
packaging/osx/launcher/OpenRA.xcodeproj/*.perspectivev3
packaging/osx/launcher/OpenRA.xcodeproj/*.mode1v3
temp.c
temp.o
temp.s
OpenRA.Launcher.Mac/build/
OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.pbxuser
OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.perspectivev3
OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.mode1v3
*.resources
# auto-generated documentation # auto-generated documentation
DOCUMENTATION.md DOCUMENTATION.md
WEAPONS.md WEAPONS.md