The current .gitignore file still adds binaries and working directory files. I fixed it by adding the following lines: ``` *.output.txt *.result.txt *.stderr.txt compiled.txt */bin/* ```
The current .gitignore file still adds binaries and working directory files. I fixed it by adding the following lines: