mirror of https://github.com/ARMmbed/mbed-os.git
Correct adding repo_files
parent
e9d0fbd178
commit
f48aa248b7
|
@ -611,7 +611,10 @@ class mbedToolchain:
|
||||||
elif ext == '.bld':
|
elif ext == '.bld':
|
||||||
resources.lib_builds.append(file_path)
|
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)
|
resources.repo_files.append(file_path)
|
||||||
|
|
||||||
elif ext == '.hex':
|
elif ext == '.hex':
|
||||||
|
|
Loading…
Reference in New Issue