Skip to content

Commit

Permalink
Merge pull request #29 from ByteCorum/ByteCorum-patch-1
Browse files Browse the repository at this point in the history
Update .gitattributes
  • Loading branch information
ByteCorum authored Apr 8, 2024
2 parents eaa0487 + 961b4e7 commit b57ee5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,35 @@ CMakeLists.txt text diff=CMake

*.md linguist-language=Markdown
*.md linguist-detectable=true
*.md linguist-detectable=true

*.cs linguist-language=CSharp
*.cs linguist-detectable=true
*.cs linguist-detectable=true

*.cpp linguist-language=C++
*.cpp linguist-detectable=true
*.cpp linguist-detectable=true

*.hpp linguist-language=C++
*.hpp linguist-detectable=true
*.hpp linguist-detectable=true

*.h linguist-language=C
*.h linguist-detectable=true
*.h linguist-detectable=true

*.c linguist-language=C
*.c linguist-detectable=true
*.c linguist-detectable=true

*.rc linguist-language=Assembly
*.rc linguist-detectable=true
*.rc linguist-detectable=true

CMakeLists.txt linguist-language=CMake
CMakeLists.txt linguist-detectable=true
CMakeLists.txt linguist-detectable=true


#Ignore dirs/files
Expand Down

0 comments on commit b57ee5c

Please sign in to comment.