Skip to content

Commit cf5e836

Browse files
committed
Signed-off-by: Cristian Maglie <[email protected]>
2 parents 6f0a39d + 18470b9 commit cf5e836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/arduino.cc/builder/utils/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func FilterFilesWithExtension(extension string) filterFiles {
146146
}
147147
}
148148

149-
var SOURCE_CONTROL_FOLDERS = map[string]bool{"CVS": true, "RCS": true, ".git": true, ".svn": true, ".hg": true, ".bzr": true}
149+
var SOURCE_CONTROL_FOLDERS = map[string]bool{"CVS": true, "RCS": true, ".git": true, ".github": true, ".svn": true, ".hg": true, ".bzr": true}
150150

151151
func IsSCCSOrHiddenFile(file os.FileInfo) bool {
152152
return IsSCCSFile(file) || IsHiddenFile(file)

0 commit comments

Comments
 (0)