diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-25 21:07:54 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-25 21:07:54 +0000 |
commit | 15e8779b1b751159660256b78ba175ea6c3e19c7 (patch) | |
tree | cfc43892ce248dcddcb3d09220dacd5342f915c7 /.gitattributes | |
parent | 8ba749fbe383af2f54249f08570a3215988b1e5b (diff) |
.git*: add gitattributes and gitignore
For users of the git mirrors, lets provide useful git configuration
files.
Notes
Notes:
svn path=/head/; revision=327183
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 000000000000..d3452fd3cef7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.c diff=cpp +*.h diff=cpp +*.cpp diff=cpp +*.hpp diff=cpp +*.py diff=python |