nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.37k stars 97 forks source link

Ignore src/gen_module-tmp #187

Closed Road-hog123 closed 7 months ago

Road-hog123 commented 7 months ago

In the case that gen_module.sh fails for some reason (e.g. #185) src/gen_module-tmp and src/mods/generated_mods are not removed, however only the latter was being ignored by git.

nutti commented 7 months ago

@Road-hog123

I could not get this PR purpose. Removing these directories before executing gen_module.sh or fix gen_module.sh itself is enough to solve #185.

Road-hog123 commented 7 months ago

This isn't a fix for #185, that was just how I discovered that only some generated code was being hidden in the case that it is left behind.

nutti commented 7 months ago

OK, this PR only ignores the src/gen_module-tmp. I merged it.