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

gitattributes to ignore mission.sqm camera changes #23

Closed
jameslkingsley opened this issue Mar 7, 2016 · 2 comments
Closed

gitattributes to ignore mission.sqm camera changes #23

jameslkingsley opened this issue Mar 7, 2016 · 2 comments

Comments

@jameslkingsley
Copy link
Contributor

Currently the mission.sqm stores information about the camera in the Eden editor which means moving around in the editor will cause un-staged changes. We should be able to use gitattributes to ignore certain lines of code in the mission.sqm but I'm a git novice.

jameslkingsley pushed a commit that referenced this issue Mar 7, 2016
@sorenjohanson
Copy link
Contributor

We can smudge/clean the .sqm every time it enters staging, but it would leave the file inherently different. It is easier to tell gitattributes to completely ignore a file, but specific lines of codes (especially config-style setup like the camera) is very hard.

@jameslkingsley
Copy link
Contributor Author

Ah yeah okay, well then we'll just have to get used to it I suppose :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants