.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]
# *~
여기에 원하는 것들을 추가하고 저장하면 된다.