瀏覽代碼
Ignore generated example binaries (#1884)
pull/1885/head
Luiz Pestana
3 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
5 行新增 和
0 行删除
-
.gitignore
|
|
@ -1,6 +1,11 @@ |
|
|
|
# Ignore generated files |
|
|
|
# ... |
|
|
|
|
|
|
|
# Ignore all without extensions |
|
|
|
* |
|
|
|
!*.* |
|
|
|
!*/ |
|
|
|
|
|
|
|
# Ignore VIM's backup generated files |
|
|
|
*.swp |
|
|
|
*.swo |
|
|
|