Skip to content

Commit

Permalink
ignore .o.d files, #775
Browse files Browse the repository at this point in the history
  • Loading branch information
AlDanial committed Oct 17, 2023
1 parent ce69aac commit fe91e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Unix/cloc
Original file line number Diff line number Diff line change
Expand Up @@ -10802,6 +10802,7 @@ sub set_constants { # {{{1
'n' => 1,
'o' => 1, # Object code is generated from source code.
'o.cmd' => 1, # not DOS Batch; Linux kernel compilation optimization file
'o.d' => 1, # cmake object dependency file
'pbm' => 1,
'pdf' => 1,
'pfb' => 1,
Expand Down
1 change: 1 addition & 0 deletions cloc
Original file line number Diff line number Diff line change
Expand Up @@ -10817,6 +10817,7 @@ sub set_constants { # {{{1
'n' => 1,
'o' => 1, # Object code is generated from source code.
'o.cmd' => 1, # not DOS Batch; Linux kernel compilation optimization file
'o.d' => 1, # cmake object dependency file
'pbm' => 1,
'pdf' => 1,
'pfb' => 1,
Expand Down

0 comments on commit fe91e08

Please sign in to comment.