diff options
author | June McEnroe <june@causal.agency> | 2022-01-21 19:56:19 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-21 19:56:19 -0500 |
commit | ba0167fd12e6724e56a1184e80d98cab8a6684ce (patch) | |
tree | e8842fa3191b119d6b9407b139e0d97f2e1b1886 /.gitignore | |
parent | Release 0.5.11.5. (diff) | |
download | dash-ba0167fd12e6724e56a1184e80d98cab8a6684ce.tar.gz dash-ba0167fd12e6724e56a1184e80d98cab8a6684ce.zip |
dash: Replace autotools with cmake
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e349901..0000000 --- a/.gitignore +++ /dev/null @@ -1,42 +0,0 @@ -# .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 |