Closed necrashter closed 1 year ago
After running make, various .o and executable files are created in src directory, but they are not ignored by git. This PR adds them to .gitignore in order to prevent accidental commits with build files.
.o
src
.gitignore
After running make, various
.o
and executable files are created insrc
directory, but they are not ignored by git. This PR adds them to.gitignore
in order to prevent accidental commits with build files.