From 623449be1eb7a0204eab11aa14328989598910c0 Mon Sep 17 00:00:00 2001 From: Martin Preisler Date: Mon, 26 Sep 2016 16:18:24 -0400 Subject: [PATCH] Added build/.gitkeep and added build/ to .gitignores Let's encourage the convention of building out-of-source builds into the build folder. --- .gitignore | 4 ++-- build/.gitkeep | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 build/.gitkeep diff --git a/.gitignore b/.gitignore index aaaf428a1f9..6c52dfb9cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -5,10 +5,10 @@ *~ *.pyc -# RPM build files +# Build files rpmbuild scap-security-guide.spec -**/build/* +build/ # Ignore dist directories but remember dist/README files **/dist diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d