Ver código fonte

Merge pull request #157 from BastiaanOlij/empty_gen

Change gitignore so we get our gen folders
Bastiaan Olij 7 anos atrás
pai
commit
40a8b38149
3 arquivos alterados com 4 adições e 4 exclusões
  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