diff options
author | Martijn Dekker <martijn@inlv.org> | 2018-09-07 07:04:16 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-11-19 18:59:50 +0800 |
commit | 986aeef63dac46940f154478ad2b378ca5ef3822 (patch) | |
tree | bca51b5389af492bd189d8d5b3ba8eaa7f9b41e4 /.gitignore | |
parent | man: Problems in dash.1, sh.1, sh.distrib.1 (diff) | |
download | dash-986aeef63dac46940f154478ad2b378ca5ef3822.tar.gz dash-986aeef63dac46940f154478ad2b378ca5ef3822.zip |
shell: update .gitignore
Ignore .deps and .dirstamp in all directories. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 579bd47..e349901 100644 --- a/.gitignore +++ b/.gitignore @@ -13,11 +13,12 @@ Makefile.in # generated by configure Makefile +.deps +.dirstamp /config.cache /config.h /config.log /config.status -/src/.deps/ /stamp-h1 # generated by make |