Partial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 #3132
Conversation
|
@Coeur thanks! |
|
That was fast. |
You caught me at the start of my work day |
|
For the record, I'd also like to share my Stack Overflow answer from a few months ago:
|
…ignore is: `xcuserdata/`. [#3132](github/gitignore#3132)
* 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)

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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.