Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gitignore에 추가할 파일 조언 #2

Open
JeHwanYoo opened this issue Jan 6, 2021 · 5 comments
Open

.gitignore에 추가할 파일 조언 #2

JeHwanYoo opened this issue Jan 6, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@JeHwanYoo
Copy link
Collaborator

JeHwanYoo commented Jan 6, 2021

*.bin 파일들은 컴파일 결과로 생성되는 바이너리 파일이기 때문에

.gitignore에 추가하길 권장합니다.

@JeHwanYoo JeHwanYoo added the enhancement New feature or request label Jan 6, 2021
@JeHwanYoo
Copy link
Collaborator Author

JeHwanYoo commented Jan 6, 2021

.gitignore에 추가하고 git rm 명령어로 *.bin 파일들을 git 레포지토리에서 삭제하고 커밋하면 됩니다.

참고

@NaTure77 NaTure77 closed this as completed Jan 7, 2021
@NaTure77
Copy link
Collaborator

NaTure77 commented Jan 7, 2021

다른분들도 볼 수 있도록 열어놓겠습니다.

@NaTure77 NaTure77 reopened this Jan 7, 2021
@JeHwanYoo
Copy link
Collaborator Author

*.img 파일을 makefile에서 clean 해주는데 이 역시 ignore 해야할 듯 합니다.

@JeHwanYoo
Copy link
Collaborator Author

@NaTure77

@NaTure77
Copy link
Collaborator

@JeHwanYoo 확인했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants