Skip to content

Add gitattributes and gitignore files#1

Merged
rleigh-codelibre merged 3 commits intoapache:masterfrom
rleigh-codelibre:gitignore
Jan 15, 2020
Merged

Add gitattributes and gitignore files#1
rleigh-codelibre merged 3 commits intoapache:masterfrom
rleigh-codelibre:gitignore

Conversation

@rleigh-codelibre
Copy link
Copy Markdown
Contributor

@rleigh-codelibre rleigh-codelibre commented Jan 11, 2020

  • gitignore ignores all generated files for Autotools, CMake and build systems make, ninja, nmake and msbuild
  • gitattributes defines line ending conventions so that cross-platform development doesn't arbitrarily change the line ending style under source control, resulting in whole-file diffs and conflicts; this requires a one-time renormalisation of the line endings stored internally by git (done here). The line ending style on checkout is configurable; defaults to LF on Unix, CRLF on Windows

You can view the whitespace-only diff to see the changes without the line-ending renormalisation.

@rleigh-codelibre rleigh-codelibre merged commit 3ba7410 into apache:master Jan 15, 2020
viniul added a commit to viniul/xerces-c-1 that referenced this pull request Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant