Skip to content

Commit

Permalink
add .DS_Store to ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
elibarzilay committed Apr 29, 2010
1 parent d559ec7 commit cac9e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
# a common convenient place to set the PLTADDON directory to
/add-on/

# common backups, autosaves, and lock files
# common backups, autosaves, lock files, OS meta-files
*~
\#*
.#*
.DS_Store

0 comments on commit cac9e05

Please sign in to comment.