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
.gitignore vendored
View file

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