3
Programming in C++ for Linux, when compiling code with g++, three files are generated:
file. the
filing cabinet
the latter, in this system, is the binary executable generated by cpp.
If I wanted to ignore the files:
#.gitignore
*.o
# ... outros arquivos desnecessarios, alem do cpp
How can I do to ignore files without extension?