Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Gitignore cleanup #408

Merged
merged 11 commits into from
Apr 2, 2018
Merged

Gitignore cleanup #408

merged 11 commits into from
Apr 2, 2018

Conversation

znation
Copy link
Contributor

@znation znation commented Mar 27, 2018

Removing lots of .gitignore contents that are actually shadowing intentionally tracked files in our repo.

Zachary Nation added 10 commits March 23, 2018 17:33
It causes lots of other random folders named `doc` to get
excluded (including tracked files in src).
It's ignoring lots of valid things
There seem to be legit .mo files under deps that are being tracked.
There are legit tracked files in deps with extension .log.
They are ignoring some of the files we have committed into the repo.
We have tracked file
src/external/xgboost/subtree/rabit/doc/python-requirements.txt
These generally never should be tracked.
Not sure if this was broken for anyone else, but I was getting:

```
In file included from /Users/zach/turicreate/src/unity/extensions/additional_sframe_utilities.cpp:15:
/Users/zach/turicreate/src/unity/extensions/additional_sframe_utilities.hpp:15:32: error: unknown type name 'image_type'; did you mean 'turi::image_type'?
void image_load_to_numpy(const image_type& img, size_t outptr_addr,
                               ^~~~~~~~~~
                               turi::image_type
/Users/zach/turicreate/src/image/image_type.hpp:34:7: note: 'turi::image_type' declared here
class image_type {
      ^
1 error generated.
```
Copy link
Collaborator

@TobyRoseman TobyRoseman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gitignore changes look good. You're also deleting five Xcode files, is this intentional?

@znation
Copy link
Contributor Author

znation commented Mar 31, 2018

@TobyRoseman Those Xcode files are meant to be gitignored (so I don't want to remove them from our gitignore). In theory projects should never require xcuserdata - they should use shared schemes instead if needed by CI systems for building. If we hit build issues I'll move these to a shared scheme (but otherwise I think they aren't relevant for us).

@znation znation merged commit 5e08476 into apple:master Apr 2, 2018
@znation znation deleted the gitignore_cleanup branch April 2, 2018 17:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants