Ignore C++ files
Opened this issue · 3 comments
ganesh-k13 commented
Add the unnecessary C++ test files to .gitignore
.
Identified folders are:
- tmp/.
- SC/*.cpp
- Input/*.cpp
- Output/*.cpp
Note:
- Make sure you do a cache removal. Results most reflect in the language percentage.
- There might be additional files as well.
- Make sure the tests pass as removing files that are not generated by cloning scripts can lead to FileNotFound. Either clone the same or leave it as is.
Rahul-RB commented
W.r.t point 1 : Do you mean language compiler/interpreter specific cache (like __pycache__
) ? Or you mean git
cache ?
ganesh-k13 commented
Have a look here: https://stackoverflow.com/a/11451731/5671364
ganesh-k13 commented
This is still not solved, can someone look into this please?