mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
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.
This commit is contained in:
parent
65c297dcf0
commit
0690451684
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -7,6 +7,10 @@
|
|||
*.ilk
|
||||
*.exp
|
||||
|
||||
# Patch and wiggle related residdue
|
||||
*.rej
|
||||
*.porig
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue