ソースを参照

Ignore generated example binaries (#1884)

pull/1885/head
Luiz Pestana 4年前
committed by GitHub
コミット
4a01139c8d
この署名に対応する既知のキーがデータベースに存在しません GPGキー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

読み込み中…
キャンセル
保存