.git 디렉토리가 있는 위치의 .gitignore 파일
또는
.git/info/exclude 파일에 다음과 기술 (#은 주석)
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
*.apk
*.class
*.dex
*.ap_
반응형
'Tips > GIT' 카테고리의 다른 글
[리눅스] git 명령어 tab으로 완성하기 (0) | 2020.03.11 |
---|---|
Windows GIT (msys GIT)에서 Clone 에러 - Protocol https not supported or disabled in libcurl (0) | 2014.02.02 |
[스크랩] Redmine과 GIT의 연동 (0) | 2013.02.24 |
[Git] 우분투에 Git 최신 버전 설치 (0) | 2013.02.24 |
Windows Git (msysGit)에서 diff / mergetool 설정하기 (0) | 2012.02.24 |