From 609a9a07428e2187b32414542970698e5ec93039 Mon Sep 17 00:00:00 2001 From: v-fox Date: Sun, 25 May 2014 15:26:43 +0600 Subject: [PATCH] making sure that building and result dirs exist in repo --- .gitignore | 3 +-- pan/.gitignore | 2 ++ plate/.gitignore | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 pan/.gitignore create mode 100644 plate/.gitignore diff --git a/.gitignore b/.gitignore index 7bd264d6..184c3e4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -pan/** -plate/** +!.gitignore source/config.xml *.iso *.sha256 diff --git a/pan/.gitignore b/pan/.gitignore new file mode 100644 index 00000000..1287e9bd --- /dev/null +++ b/pan/.gitignore @@ -0,0 +1,2 @@ +** +!.gitignore diff --git a/plate/.gitignore b/plate/.gitignore new file mode 100644 index 00000000..1287e9bd --- /dev/null +++ b/plate/.gitignore @@ -0,0 +1,2 @@ +** +!.gitignore