mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2674 from theotherjimmy/correct_repo_files
tools - Correct adding repo_filespull/2734/head
commit
054f232431
|
@ -611,7 +611,10 @@ class mbedToolchain:
|
|||
elif ext == '.bld':
|
||||
resources.lib_builds.append(file_path)
|
||||
|
||||
elif file == '.hgignore':
|
||||
elif basename(file_path) == '.hgignore':
|
||||
resources.repo_files.append(file_path)
|
||||
|
||||
elif basename(file_path) == '.gitignore':
|
||||
resources.repo_files.append(file_path)
|
||||
|
||||
elif ext == '.hex':
|
||||
|
|
Loading…
Reference in New Issue