diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2017-02-02 13:24:13 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2017-02-02 13:24:13 +0000 |
commit | efd50b3e143aa6a2dad1a78a795174a71d6fb18b (patch) | |
tree | 22c02a35b92cb769f2fc19a0c9825acfd761f2b0 /.gitattributes | |
parent | be1e19f50cc0d88bdb0140ed6d99574249a3c297 (diff) | |
download | tcpdump-efd50b3e143aa6a2dad1a78a795174a71d6fb18b.tar.gz |
add a GitHub issue template
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3565e20a..df706c34 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,6 @@ # Normalize line endings to LF on checkin and # prevents conversion to CRLF when the file is checked out tests/*.out text eol=lf + +# things that only make sense on github.com +.github export-ignore |