diff options
author | June McEnroe <june@causal.agency> | 2020-12-22 17:37:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-22 17:51:26 -0500 |
commit | 140398c709b5ba84d30f3e24ace94b2a27112300 (patch) | |
tree | f0546df0a058d823d4dd91216d0f2de6a8ff8ba3 /bin/dash/.gitignore | |
parent | Limit prune.sh to ~/.config ~/.local (diff) | |
parent | Squashed 'bin/dash/' content from commit a45870f (diff) | |
download | src-140398c709b5ba84d30f3e24ace94b2a27112300.tar.gz src-140398c709b5ba84d30f3e24ace94b2a27112300.zip |
Merge commit '71c7cbab2b50436db940721a10d6ea1ca5d75f89' as 'bin/dash'
From tag 'v0.5.11.2'.
Diffstat (limited to '')
-rw-r--r-- | bin/dash/.gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/bin/dash/.gitignore b/bin/dash/.gitignore new file mode 100644 index 00000000..e349901a --- /dev/null +++ b/bin/dash/.gitignore @@ -0,0 +1,42 @@ +# .gitignore for dash + +# generated by autogen.sh +Makefile.in +/aclocal.m4 +/autom4te.cache/ +/compile +/config.h.in +/configure +/depcomp +/install-sh +/missing + +# generated by configure +Makefile +.deps +.dirstamp +/config.cache +/config.h +/config.log +/config.status +/stamp-h1 + +# generated by make +/src/token_vars.h + +# Apple debug symbol bundles +*.dSYM/ + +# backups and patch artefacts +*~ +*.bak +*.orig +*.rej + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight* +.Trash* +*[Tt]humbs.db |