mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ignore -save-temps=obj files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
221730b3d7
commit
c89b06455c
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,10 +3,12 @@
|
|||
*-*-*.lib
|
||||
*.a
|
||||
*.bak
|
||||
*.bc
|
||||
*.dSYM
|
||||
*.dmyh
|
||||
*.dylib
|
||||
*.elc
|
||||
*.i
|
||||
*.inc
|
||||
*.log
|
||||
*.o
|
||||
|
@ -14,6 +16,7 @@
|
|||
*.orig
|
||||
*.pdb
|
||||
*.rej
|
||||
*.s
|
||||
*.sav
|
||||
*.swp
|
||||
*.yarb
|
||||
|
|
Loading…
Reference in a new issue