Skip to content

Commit

Permalink
Correct github/linguist issue
Browse files Browse the repository at this point in the history
Various .nc files incorrectly identified as nesC language by github/linguist.
Use .gitattributes file to override detection by markiing the file as 'generated code'.
  • Loading branch information
blurfl committed Dec 29, 2017
1 parent e0e2eb4 commit c7c67f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*/*.nc linguist-generated=true

0 comments on commit c7c67f0

Please sign in to comment.