瀏覽代碼

Change gitignore so we get our gen folders

Bastiaan Olij 7 年之前
父節點
當前提交
4e74c6373b
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 0 4
      .gitignore
  2. 2 0
      include/gen/.gitignore
  3. 2 0
      src/gen/.gitignore

+ 0 - 4
.gitignore

@@ -1,7 +1,3 @@
-# Generated bindings
-src/gen/
-include/gen/
-
 # Misc
 logs/*
 

+ 2 - 0
include/gen/.gitignore

@@ -0,0 +1,2 @@
+*
+!.gitignore

+ 2 - 0
src/gen/.gitignore

@@ -0,0 +1,2 @@
+*
+!.gitignore