diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c5b9d85 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +*.[ch] whitespace=tab-in-indent,trailing-space +*.gpg binary generated +*.bmp binary + +# Mark files as "generated", i.e. no license applies to them. +# This includes output from programs, directive lists generated by grepping +# for all possibilities, samples from fuzzers, files from /proc, packet samples, +# and anything else where no copyright can be asserted. +# +# Use 'git check-attr generated -- <path>' to query the attribute. +[attr]generated |