From c0a94eefcddf4738606114f764498c23cd38aca8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 17 Oct 2013 18:08:04 +1300 Subject: Update description of shell files ignore scheme --- README.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 8634504a..30bfbd31 100644 --- a/README.markdown +++ b/README.markdown @@ -107,7 +107,11 @@ My `.bash_profile` calls `.profile` for variable exports, and then runs `.bashrc` for interactive shells. Subscripts are kept in `.bashrc.d`, and all are loaded for the creation of any new interactive shell. The contents of this directory changes all the time depending on the host, and only specific scripts -in it are versioned; the rest are ignored by `.gitignore`. +in it are versioned; the rest are ignored locally: + +```bash +$ git ls-files --others --exclude-standard >>.git/info/exclude +``` As I occasionally have work on very old internal systems, my Bash is written to work with [any version 2.05a or -- cgit v1.2.3