X Tutup
The Wayback Machine - https://web.archive.org/web/20210210085658/https://github.com/github/gitignore/pull/3132
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

Partial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 #3132

Merged
merged 1 commit into from Jul 23, 2019

Conversation

@Coeur
Copy link
Contributor

@Coeur Coeur commented Jul 23, 2019

Reasons for making this change:

Previous commit on this file (#2566) was incorrectly supported by a 10-years old Stack Overflow answer. There aren't any demonstrated extra files (apart from xcuserdata/ already listed on top) that need to be excluded from the .xcodeproj/ folder, and as such this folder shouldn't be added to .gitignore.

I'm leaving the change on /*.gcno, but updating the description about it. We could note that most Xcode users are using Clang (default compiler) instead of Gcc nowadays.

@shiftkey
Copy link
Member

@shiftkey shiftkey commented Jul 23, 2019

@Coeur thanks!

@shiftkey shiftkey merged commit 9df8aa6 into github:master Jul 23, 2019
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@Coeur
Copy link
Contributor Author

@Coeur Coeur commented Jul 23, 2019

That was fast.

@shiftkey
Copy link
Member

@shiftkey shiftkey commented Jul 23, 2019

That was fast.

You caught me at the start of my work day 😉

@Coeur
Copy link
Contributor Author

@Coeur Coeur commented Jul 23, 2019

For the record, I'd also like to share my Stack Overflow answer from a few months ago:

Regarding Xcode 9 and newer, the only line you really need in your .gitignore is:

xcuserdata/

Nothing else for Xcode 9+.

@Coeur Coeur deleted the Coeur:Xcode branch Jul 23, 2019
dklinzh added a commit to dklinzh/git.ignore that referenced this pull request Jul 25, 2019
tokuhira added a commit to tokuhira/gitignore that referenced this pull request Aug 1, 2019
SaifurRahmanMohsin added a commit to SaifurRahmanMohsin/gitignore that referenced this pull request Aug 29, 2019
* upstream/master:
  Added Simulink cache files (github#3148)
  Add esp-idf.gitignore (github#3150)
  Add *.sch-bak to KiCad.gitignore (github#3153)
  Reference why to exclude binary jar, fixes github#111 (github#3154)
  Update Autotools.gitignore (github#3005)
  Improving the documentation of Objective-C and Swift files (github#3133)
  Ignore gummi previews (github#3144)
  Swift: ignore .swiftpm (github#3083)
  Update Godot.gitignore (github#3142)
  Revert of github#2988. TextMesh Pro files are not auto managed (github#3134)
  Partial revert of 837181e (github#3132)
  Added more glossaries auxiliary files and makeindex logs to TeX template (github#3104)
  .travis.yml: Trim trailing whitespace and indent (github#3118)
  Add *.hie to Haskell.gitignore (github#3120)
  Ignore the .ionide working folder (github#3108)
tobetchi added a commit to artteknika/Magic-Sand-for-RealSense that referenced this pull request Sep 4, 2019
r2pgl added a commit to r2pgl/gitignore that referenced this pull request Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup