Commit da90e5cc9cc58d02844e4f1540da76e976981dac

Authored by Benjamin Renard
1 parent e8fa18b6

Add src and lib dir for derived parameters compilation

app-debug/lib/.gitignore 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +# Ignore everything in this directory
  2 +*
  3 +# Except this file
  4 +!.gitignore
... ...
app-debug/src/.gitignore 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +# Ignore everything in this directory
  2 +*
  3 +# Except this file
  4 +!.gitignore
... ...
app-release/lib/.gitignore 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +# Ignore everything in this directory
  2 +*
  3 +# Except this file
  4 +!.gitignore
... ...
app-release/src/.gitignore 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +# Ignore everything in this directory
  2 +*
  3 +# Except this file
  4 +!.gitignore
... ...