Merge branch 'master' of git.assembla.com:terraria into api
Conflicts: .gitignore
This commit is contained in:
commit
3ccdba9f51
4 changed files with 70 additions and 9 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -6,6 +6,8 @@
|
|||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
/bin/*
|
||||
/obj/*
|
||||
|
||||
# Packages #
|
||||
############
|
||||
|
|
@ -32,8 +34,6 @@
|
|||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
/bin
|
||||
/obj
|
||||
|
||||
|
||||
# Visual Studio shit Motherfucka #
|
||||
|
|
@ -43,4 +43,5 @@ Thumbs.db
|
|||
*.opensdf
|
||||
*.cache
|
||||
*.txt
|
||||
*.pdb
|
||||
*.pdb
|
||||
*.csproj.user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue