Skip to content

Commit

Permalink
Add .DS_Store to the .gitignore file.
Browse files Browse the repository at this point in the history
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/2702002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49062 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
rsesek@chromium.org committed Jun 7, 2010
1 parent 72efdea commit 6ab685b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
*.xcodeproj
*~
.*.sw?
.cproject
.DS_Store
.metadata
.project
.cproject
/_out
/Makefile
/breakpad/src/
/build/util/support
/chrome/Debug
Expand All @@ -40,6 +40,7 @@
/data
/googleurl
/gpu/gles2_conform_test
/Makefile
/native_client
/out
/rlz/binaries
Expand Down

0 comments on commit 6ab685b

Please sign in to comment.