From 3e94681df57f2756e906a39ef79b05ef3c2d50c5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Feb 2025 20:19:49 +0100 Subject: Change license, clean up file structure, remove info manual and extend man page, and simplify makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2513ac5..0477176 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,11 @@ -_/ -bin/ -obj/ -\#*\# -.* -!.git* -/dist/*/*/* -!/dist/archlinux/*/PKGBUILD -!/dist/archlinux/*/auto-auto-complete.install +*\#* *~ *.swp *.swo *.bak -*.gz -/auto-auto-complete - -/bash -/fish -/zsh +*.pyc* +*.pyo* +__pycache__/ +/auto-auto-complete.bash +/auto-auto-complete.zsh +/auto-auto-complete.fish -- cgit v1.2.3-70-g09d2