From e68e43592eb2e5a778b9be7712e1edaa91ae6942 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 23 Aug 2019 16:50:20 +0200 Subject: bin: let's ignore everything by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since this directory is used as the user binaries directory, some executables might be installed from local builds. Since we don't want to include them in the repository let's ignore everything there. Whenever a new script is to be added on this repository I'll use the -f flag from `git add`. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3f20e1d..cb3eadc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vim/bundle/* \ No newline at end of file +.vim/bundle/* +bin/* \ No newline at end of file -- cgit v1.2.3