ソースを参照
Ignore generated example binaries (#1884)
pull/1885/head
Luiz Pestana
4年前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
-
.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 |
|
|