From 9cc04e18247e063429ab2715484e974ea939b606 Mon Sep 17 00:00:00 2001 From: Patrick Jakobsen Date: Fri, 17 Aug 2018 12:11:23 +0200 Subject: [PATCH] Ensured existence of acs folder The folder is crucial for compilation and building. It also ensures that nothing will land on the repo in that folder. --- src/acs/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/acs/.gitignore diff --git a/src/acs/.gitignore b/src/acs/.gitignore new file mode 100644 index 0000000..49a8e78 --- /dev/null +++ b/src/acs/.gitignore @@ -0,0 +1,5 @@ +# There should be nothing in this directory except this file itself on the repo. +. +!.gitignore + +