瀏覽代碼

Ignore generated example binaries (#1884)

pull/1885/head
Luiz Pestana 4 年之前
committed by GitHub
父節點
當前提交
4a01139c8d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      .gitignore

+ 5
- 0
.gitignore 查看文件

@ -1,6 +1,11 @@
# Ignore generated files # Ignore generated files
# ... # ...
# Ignore all without extensions
*
!*.*
!*/
# Ignore VIM's backup generated files # Ignore VIM's backup generated files
*.swp *.swp
*.swo *.swo

Loading…
取消
儲存