[git] gitignore 로 확장자 없는 실행파일 커밋 무시하기
stackoverflow.com/questions/5711120/gitignore-binary-files-that-have-no-extension gitignore binary files that have no extension How can binary files be ignored in git using the .gitignore file? Example: $ g++ hello.c -o hello The "hello" file is a binary file. Can git ignore this file ? stackoverflow.com cpp로 알고리즘을 풀고 실행을 하면 확장자가 없는 binary file이 생긴다. 예를 들면 example.cpp이라는 파일을 컴파일하여 실행했을 때 example..
2021.03.01