update .gitignore; remove spurious mono file

This commit is contained in:
Chris Forbes
2012-06-10 16:31:54 +12:00
parent fd4b10c6bd
commit 5414875d00
2 changed files with 2 additions and 7 deletions

9
.gitignore vendored
View File

@@ -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?

0
mono
View File