1
0
포크 0

Update .gitignore to remove patch/wiggle residue

`git patch` makes a .rej file for every rejection, and wiggle makes a .porig for every rejection fixed. This can add up to a lot of junk.
master
Vinícius R. Miguel 2020-05-08 14:55:25 -03:00 committed by GitHub
부모 65c297dcf0
커밋 0690451684
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

4
.gitignore vendored
파일 보기

@ -7,6 +7,10 @@
*.ilk
*.exp
# Patch and wiggle related residdue
*.rej
*.porig
# Precompiled Headers
*.gch
*.pch