update .gitignore for HHVM
Adds a few more filetypes to the HHVM .gitignore Reviewed By: @ptarjan Differential Revision: D1015499 Pulled By: @scannell
Esse commit está contido em:
@@ -0,0 +1,26 @@
|
||||
# HHVM build results
|
||||
*.hhbc
|
||||
*.[oa]
|
||||
/hhvm/hhvm
|
||||
/hhvm/hphp
|
||||
|
||||
# vim swapfiles
|
||||
.*.swp
|
||||
.*.swo
|
||||
|
||||
# tags files
|
||||
*/tags
|
||||
*/TAGS
|
||||
|
||||
# logs
|
||||
*.log
|
||||
|
||||
# git patch files
|
||||
*.diff
|
||||
|
||||
# OS X
|
||||
.DS_Store
|
||||
._.DS_Store
|
||||
|
||||
# gdb
|
||||
.gdb_history
|
||||
@@ -1,5 +1,4 @@
|
||||
*.out
|
||||
*.diff
|
||||
*.repo
|
||||
*.tmp
|
||||
*.errors
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário