diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 23:27:48 +0200 |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 17:00:12 +0200 |
commit | 4af7c3de5cff962cdc62ec15a6e0fad5d8e7e0a7 (patch) | |
tree | e2c6bdf8ee4e44f7942a00e13ab88d2d2cbbc7f8 /.gitattributes | |
parent | e417d460469cb5c225c8126dc499f3a122365660 (diff) | |
download | cmake-4af7c3de5cff962cdc62ec15a6e0fad5d8e7e0a7.tar.gz |
codespell: Add configuration file
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index fac38dfd74..79a0f0400e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ .git* export-ignore .hooks* export-ignore +.codespellrc export-ignore .editorconfig export-ignore # Custom attribute to mark sources as using our C code style. |