ganesh-k13/titanium-silver

Ignore C++ files

Opened this issue · 3 comments

Add the unnecessary C++ test files to .gitignore.

Identified folders are:

  • tmp/.
  • SC/*.cpp
  • Input/*.cpp
  • Output/*.cpp

Note:

  1. Make sure you do a cache removal. Results most reflect in the language percentage.
  2. There might be additional files as well.
  3. 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.

W.r.t point 1 : Do you mean language compiler/interpreter specific cache (like __pycache__) ? Or you mean git cache ?

This is still not solved, can someone look into this please?