Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Bertrand Varin <louisbvarin@gmail.com>2017-02-16 00:36:02 +0300
committerLouis-Bertrand Varin <louisbvarin@gmail.com>2017-02-16 00:36:02 +0300
commit68f033fbbeab9c75c37fca723b9f87eb637a26af (patch)
tree09dea793df31196021e6e822936174088b7c437d /.gitattributes
parentb2702efc9361c507bea5c7e22d574bbf960c0123 (diff)
Add github-linguist language hints.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 9d1ecabf4..9df1af791 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,3 +7,7 @@ src/version.h.cmake export-subst
snapcraft.yaml export-ignore
make_release.sh export-ignore
AppImage-Recipe.sh export-ignore
+
+# github-linguist language hints
+*.h linguist-language=C++
+*.cpp linguist-language=C++