Procházet zdrojové kódy

Merge pull request #157 from BastiaanOlij/empty_gen

Change gitignore so we get our gen folders
Bastiaan Olij před 7 roky
rodič
revize
40a8b38149
3 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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