We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bf9f4 commit 1fc68eeCopy full SHA for 1fc68ee
1 file changed
clean.go
@@ -19,7 +19,7 @@ func isCDir(fis []os.FileInfo) bool {
19
if ext == ".cc" || ext == ".cpp" || ext == ".py" {
20
return false
21
}
22
- if ext == ".h" {
+ if ext == ".h" || ext == ".c" {
23
hFound = true
24
25
0 commit comments