Skip to content

Commit b8e90fc

Browse files
committed
Allow github to recognize ih files as c++
Using linguist in gitattributes https://github.com/github/linguist#overrides Closes DGtal-team#1456
1 parent 5b206fa commit b8e90fc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.ih linguist-language=C++

ChangeLog.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
- *General*
1818
- DGtal can be compiled and used as a project (git) submodule (David
1919
Coeurjolly [#1444](https://github.com/DGtal-team/DGtal/pull/1444))
20+
- Add .gitattributes file for github to recognize ih files as c++
21+
(Pablo Hernandez-Cerdan [#1457](https://github.com/DGtal-team/DGtal/pull/1457))
2022

2123
- *Kernel package*
2224
- Add .data() function to PointVector to expose internal array data.

0 commit comments

Comments
 (0)