From 060ab4483e614746c44b1797611d08e5692d04f2 Mon Sep 17 00:00:00 2001 From: Fabio Salvini Date: Thu, 1 Dec 2016 19:28:54 +0100 Subject: [PATCH] Added empty directories --- Makefile | 2 +- bin/.gitignore | 4 ++++ build/.gitignore | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 bin/.gitignore create mode 100644 build/.gitignore diff --git a/Makefile b/Makefile index 6c13257..a59ac0f 100644 --- a/Makefile +++ b/Makefile @@ -62,4 +62,4 @@ utils: ${SRC}/utils.c .PHONY: clean clean: - rm build/* bin/* + rm build/[^.]* bin/[^.]* diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore