Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .gitignore and remove per-user state files #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add .gitignore and remove per-user state files #59

wants to merge 1 commit into from

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
1 participant