summary refs log tree commit diff
path: root/bin/dash/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-25 21:15:34 +0000
committerJune McEnroe <june@causal.agency>2021-04-25 21:15:34 +0000
commitede2d633608c59ff02e5ee9a4f0f25e62a58fe4e (patch)
tree41c8e3ec1c9cf826587e53c4a1b4a09826667495 /bin/dash/.gitignore
parentCopy automake files (diff)
downloadsrc-ede2d633608c59ff02e5ee9a4f0f25e62a58fe4e.tar.gz
src-ede2d633608c59ff02e5ee9a4f0f25e62a58fe4e.zip
Check in dash autogen files for real
Diffstat (limited to 'bin/dash/.gitignore')
-rw-r--r--bin/dash/.gitignore8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/dash/.gitignore b/bin/dash/.gitignore
index e349901a..63fccdc3 100644
--- a/bin/dash/.gitignore
+++ b/bin/dash/.gitignore
@@ -1,15 +1,7 @@
 # .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
ding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe