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
コミット 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