mirror of https://github.com/ARMmbed/mbed-os.git
Export folder needs to not ignore .mbed files.
Fixing a bug. .mbed is ignored in the high level .gitignore file. But .mbed is actually a needed file inside of tools/export. Even though the file is still in the main repo, since it's ignored now, you can easily lose it or remove it without seeing the change. Adding this .gitignore file here will add .mbed back into the tracked files for only this directorypull/6896/head
parent
9fd04c4a37
commit
c0103c328b
|
@ -0,0 +1 @@
|
|||
!.mbed
|
Loading…
Reference in New Issue