forked from OpenXRay/xray-16
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added gitattributes for X-Ray file types
- Loading branch information
1 parent
144c278
commit ab68dfd
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Configs | ||
*.ltx text linguist-language=INI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# X-Ray uses custom extension instead of .lua | ||
*.script text linguist-language=Lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# DirectX renderer shader extension names | ||
*.ps text linguist-language=HLSL | ||
*.vs text linguist-language=HLSL | ||
*.gs text linguist-language=HLSL | ||
*.cs text linguist-language=HLSL | ||
*.hs text linguist-language=HLSL | ||
*.ds text linguist-language=HLSL | ||
|
||
# OpenGL renderer uses the same extensions | ||
gl/*.ps text linguist-language=GLSL | ||
gl/*.vs text linguist-language=GLSL | ||
gl/*.gs text linguist-language=GLSL | ||
gl/*.cs text linguist-language=GLSL | ||
gl/*.hs text linguist-language=GLSL | ||
gl/*.ds text linguist-language=GLSL |