Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 93d6a51

Browse files
committed
Hopefully the final tweak
1 parent 810af4f commit 93d6a51

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.gitattributes

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@
44
morph/fonts/incbin.h linguist-language=C
55
morph/glad/gl.h linguist-language=C
66
morph/glad/gl_mx.h linguist-language=C
7-
#morph/jcvoronoi/jc_voronoi.h linguist-language=C++
8-
#morph/jcvoronoi/jc_voronoi_clip.h linguist-language=C++
97

108
# Ignore docs dir
119
docs/** linguist-documentation
1210

1311
# Ignore 3rd party code
1412
include/rapidxml-1.13/** linguist-vendored
1513
# 3rd party code in morph/ (even if modified by morph authors)
16-
morph/glad/* linguist-vendored
17-
morph/healpix/* linguist-vendored
18-
morph/jcvoronoi/* linguist-vendored
19-
morph/lodepng.h linguist-vendored
20-
buildtools/incbin.c linguist-vendored
14+
morph/glad/* linguist-vendored
15+
morph/healpix/* linguist-vendored
16+
morph/jcvoronoi/* linguist-vendored
17+
morph/lodepng.h linguist-vendored
18+
morph/fonts/incbin.h linguist-vendored
19+
buildtools/incbin.c linguist-vendored
2120

2221
# verafonts is generated code
2322
morph/fonts/verafonts.h linguist-generated

0 commit comments

Comments
 (0)