We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05e39a commit 8a4295dCopy full SHA for 8a4295d
1 file changed
.gitattributes
@@ -0,0 +1,12 @@
1
+# GitHub views all .h files as C, let's assume it's C++
2
+*.h linguist-language=c++
3
+
4
+# Internal tools overriding
5
+tools/* linguist-vendored
6
+editor/* linguist-vendored
7
8
+# Third-party overriding
9
+extensions/curl/curl-src/* linguist-vendored
10
+extensions/geoip/GeoIP.c linguist-vendored
11
+extensions/geoip/GeoIP.h linguist-vendored
12
+extensions/sqlite/sqlite-source/* linguist-vendored
0 commit comments