diff options
author | eadler <eadler@FreeBSD.org> | 2018-01-06 05:00:36 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2018-01-06 05:00:36 +0000 |
commit | 10e27828ece0c208a0bcfb080b6a82633654c492 (patch) | |
tree | e38dcce5f0579046096451217ba1fab9253ed150 /.gitattributes | |
parent | a17f86f3578cfa7ffbac1f259c4959ad51020f84 (diff) | |
download | FreeBSD-src-10e27828ece0c208a0bcfb080b6a82633654c492.zip FreeBSD-src-10e27828ece0c208a0bcfb080b6a82633654c492.tar.gz |
MFC r327183:
.git*: add gitattributes and gitignore
For users of the git mirrors, lets provide useful git configuration
files.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d3452fd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.c diff=cpp +*.h diff=cpp +*.cpp diff=cpp +*.hpp diff=cpp +*.py diff=python |