瀏覽代碼

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