ソースを参照

Ignore generated example binaries (#1884)

Luiz Pestana 4 年 前
コミット
4a01139c8d
1 ファイル変更5 行追加0 行削除
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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