فهرست منبع

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