From a231ffb8d5e49cff8401137b89233d4f51c7f802 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Feb 2025 21:02:09 +0100 Subject: change license, replace info with man, simplify makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 80 +++----------------------------------------------------------- 1 file changed, 3 insertions(+), 77 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f02a0e7..da59697 100644 --- a/.gitignore +++ b/.gitignore @@ -1,79 +1,5 @@ -# Copying and distribution of this file, with or without modification, -# are permitted in any medium without royalty provided the copyright -# notice and this notice are preserved. This file is offered as-is, -# without any warranty. - - -## Private non-staging workspace -################################## - -_/ - - -## Temporary and backup files -############################### - +*\#* *~ -\#*\# -.\# -*.swp -*.bak - - -## Hidden files -################# - -.* -.*/ -!.gitignore - - -## Distribution -################# - -/dist/archlinux/*/* -!/dist/archlinux/*/PKGBUILD -!/dist/archlinux/*/*.install -!/dist/archlinux/*/*.patch - - -## Archives -############# - -*.gz - - -## Built documentation -######################## - -*.info -*.pdf -*.ps -*.dvi - - -## Python -########### - -*.pyc +*.pyc* +*.pyo* __pycache__/ - - -## Aux files -############# - -/sysrss.aux -/sysrss.cp -/sysrss.cps -/sysrss.fn -/sysrss.ky -/sysrss.log -/sysrss.pg -/sysrss.toc -/sysrss.tp -/sysrss.vr -/sysrss.op -/sysrss.ops -/sysrss.pgs -/sysrss.vrs - -- cgit v1.2.3-70-g09d2