Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
This should ignore helper files when detecting the repo language.
  • Loading branch information
thrynae authored Feb 2, 2022
1 parent 69d1783 commit 4cc8d2b
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
@@ -0,0 +1,8 @@
*.html linguist-detectable=false
*.c linguist-detectable=false
*.h linguist-detectable=false
*.dll linguist-detectable=false
*.mexw32 linguist-detectable=false
*.mexw64 linguist-detectable=false
*.mexa64 linguist-detectable=false
*.mexmaci64 linguist-detectable=false

0 comments on commit 4cc8d2b

Please sign in to comment.