Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
ignore android symbol debug files
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Chu committed Jan 19, 2018
1 parent 51badd2 commit f3c16e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
@@ -1,10 +1,24 @@
# git ignore for unity repo

# those hidden OSX files
.DS_Store

# assume Unity project is in text format
[Ll]ibrary/
[Tt]emp/
[Oo]bj/

# debug files
*.csproj
*.pidb
*.sln
*.unityproj

# user preferences
*.userprefs

# android debugging
*symbols.zip

# subversion
.svn

0 comments on commit f3c16e0

Please sign in to comment.