diff options
author | James Falcon <james.falcon@canonical.com> | 2021-12-16 09:49:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 08:49:18 -0700 |
commit | a97fd062f7dbd4b824fd006edd08927ef9dbf24a (patch) | |
tree | 1e2a02be3e228e41e929aed54a03b39b51b659d9 | |
parent | bae9b11da9ed7dd0b16fe5adeaf4774b7cc628cf (diff) | |
download | vyos-cloud-init-a97fd062f7dbd4b824fd006edd08927ef9dbf24a.tar.gz vyos-cloud-init-a97fd062f7dbd4b824fd006edd08927ef9dbf24a.zip |
Add .git-blame-ignore-revs (#1161)
So git doesn't use formatting changes for git blame
-rw-r--r-- | .git-blame-ignore-revs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..58796591 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,4 @@ +# Automatically apply to git blame with `git config blame.ignorerevsfile .git-blame-ignore-revs` + +# Apply black and isort formatting +bae9b11da9ed7dd0b16fe5adeaf4774b7cc628cf |