From 0111f8af24045b921f375186371046a2ee59f061 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Tue, 10 Oct 2017 23:28:57 +0200 Subject: [PATCH] Update .gitignore Create readme.md --- .gitignore | 3 ++- artifacts/readme.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 artifacts/readme.md diff --git a/.gitignore b/.gitignore index 3c4efe20..9e949db2 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ dlldata.c project.lock.json project.fragment.lock.json artifacts/ +!/artifacts/readme.md *_i.c *_p.c @@ -258,4 +259,4 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc diff --git a/artifacts/readme.md b/artifacts/readme.md new file mode 100644 index 00000000..46534f28 --- /dev/null +++ b/artifacts/readme.md @@ -0,0 +1 @@ +Dummy file to ensure this directory is available after cloning