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 提交者 GitHub
父節點 65c297dcf0
當前提交 0690451684
沒有發現已知的金鑰在資料庫的簽署中
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