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:
James Miller
2013-10-18 15:49:57 -07:00
commit de Sara Golemon
commit 8e87aaa617
2 arquivos alterados com 26 adições e 1 exclusões
+26
Ver Arquivo
@@ -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
Ver Arquivo
@@ -1,5 +1,4 @@
*.out
*.diff
*.repo
*.tmp
*.errors