Skip to content

Conversation

@apjanke
Copy link
Contributor

@apjanke apjanke commented Sep 27, 2015

I suggest adding a .gitignore like this, and not keeping per-user files under source control.

When I was working on #58, I got some spurious diffs, since I was doing the build as a different user. I think you'll see more of those if you collaborate with other people on this project. This change will eliminate those spurious diffs.

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

    class-dump.xcodeproj/project.xcworkspace/xcshareddata/
    class-dump.xcodeproj/project.xcworkspace/xcuserdata/janke.xcuserdatad/
    class-dump.xcodeproj/xcuserdata/janke.xcuserdatad/

nothing added to commit but untracked files present (use "git add" to track)

Based on Xcode-specific gitignore from http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects

phatblat added a commit to mas-cli/class-dump that referenced this pull request Nov 24, 2018
nygard#59

# Conflicts:
#	class-dump.xcodeproj/xcuserdata/nygard.xcuserdatad/xcschemes/class-dump.xcscheme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant