Explorar o código

Change gitignore so we get our gen folders

Bastiaan Olij %!s(int64=7) %!d(string=hai) anos
pai
achega
4e74c6373b
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  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