update .gitignore; remove spurious mono file
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -22,6 +22,8 @@ mods/*/packages/*.[mM][iI][xX]
|
|||||||
# backup files by various editors
|
# backup files by various editors
|
||||||
*~
|
*~
|
||||||
*.orig
|
*.orig
|
||||||
|
\#*
|
||||||
|
.*.sw?
|
||||||
# dependency DLLs (different for every platform!)
|
# dependency DLLs (different for every platform!)
|
||||||
cg.dll
|
cg.dll
|
||||||
cgGL.dll
|
cgGL.dll
|
||||||
@@ -32,8 +34,6 @@ cgGL.dll
|
|||||||
*.pidb
|
*.pidb
|
||||||
*.userprefs
|
*.userprefs
|
||||||
|
|
||||||
packaging/windows/*.exe
|
|
||||||
|
|
||||||
# osx crap
|
# osx crap
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
@@ -52,8 +52,3 @@ OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.mode1v3
|
|||||||
*.config
|
*.config
|
||||||
*.resources
|
*.resources
|
||||||
|
|
||||||
# other crap
|
|
||||||
Logs/
|
|
||||||
Replays/
|
|
||||||
\#*
|
|
||||||
.*.sw?
|
|
||||||
|
|||||||
Reference in New Issue
Block a user