diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b290dacea..cd38c837b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,10 @@ # Why do we end files with .txt, anyway? npc/*/*.txt gitlab-language=c +# Configuration files +db/re/*.conf gitlab-language=c +db/*.conf gitlab-language=c +conf/**/*.conf gitlab-language=c +conf/*.conf gitlab-language=c +conf/*.base gitlab-language=c + |