#2022 closed enhancement (fixed)

Add *.DS_Store to .gitignore

Reported by: markberger Owned by: markberger
Priority: normal Milestone: 1.10.1
Component: dev-infrastructure Version: 1.10.0
Keywords: review-needed Cc:
Launchpad Bug:

Description

On OSX there is a proprietary file format called .DS_Store that holds folder information. It's annoying to type git status and see all of these files, so this patch adds *.DS_Store to .gitignore.

Change History (3)

comment:1 Changed at 2013-07-15T18:47:10Z by markberger

  • Keywords review-needed added

Here is a pull request for the fix: https://github.com/tahoe-lafs/tahoe-lafs/pull/52

comment:2 Changed at 2013-07-16T04:06:22Z by daira

+1. I'd also like to ignore these:

.*.kate-swp
/*.patch

Anyone else have any requests?

comment:3 Changed at 2013-07-16T15:17:59Z by daira

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.