Merge pull request #13204 from chenhanxiao/gitignore

gitignore: add *.rej
This commit is contained in:
Michael Crosby 2015-05-18 11:51:06 -07:00
commit 785ba790fb
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
# please consider a global .gitignore https://help.github.com/articles/ignoring-files # please consider a global .gitignore https://help.github.com/articles/ignoring-files
*.exe *.exe
*.orig *.orig
*.rej
*.test *.test
.*.swp .*.swp
.DS_Store .DS_Store