aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-08-23 16:50:20 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-08-23 16:50:20 +0200
commite68e43592eb2e5a778b9be7712e1edaa91ae6942 (patch)
tree5acdd0e8a63000f0e1578b8dfb2a351630d208b6
parent237a4722b6dd67fc0080af626d87d7d2da0c25e0 (diff)
downloaddotfiles-e68e43592eb2e5a778b9be7712e1edaa91ae6942.tar.gz
dotfiles-e68e43592eb2e5a778b9be7712e1edaa91ae6942.zip
bin: let's ignore everything by default
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à <msabate@suse.com>
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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