Skip to content

Commit

Permalink
update git attributes file to correctly calculate language breakdown …
Browse files Browse the repository at this point in the history
…of project with linguist
  • Loading branch information
janinefreeman committed Jan 2, 2024
1 parent 9d76d0c commit 6ff22b2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@

doc/* linguist-documentation=true
doc/** linguist-documentation=true
tcsdata/docs/* linguist-documentation=true


*.c linguist-vendored
lpsolve/* linguist-vendored=true
nlopt/* linguist-vendored=true
examples/* linguist-vendored=true
lpsolve/** linguist-vendored=true
nlopt/** linguist-vendored=true
samples/** linguist-vendored=true
test/input_docs/** linguist-vendored=true
splinter/** linguist-vendored=true
rapidjson/** linguist-vendored=true

build_*/* linguist_generated=true

Expand Down

0 comments on commit 6ff22b2

Please sign in to comment.