diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-08 18:29:27 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-08 18:29:27 +0100 |
commit | 0b93ff1f38555291288955db01ac1c168a404acc (patch) | |
tree | 4f612ad87523e50a73037d308b4c58e797fadb0c /.gitattributes | |
parent | a68013f7d92843382fa71b563bcde001dedd9b95 (diff) |
added ./configure to .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4b489c1..178d879 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ **/*.css linguist-vendored **/*.sh linguist-vendored **/*.html linguist-vendored +configure linguist-vendored |