From 28d886fe617a83edee43b4f4fecd3cdb76f4e1ac Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 16 Nov 2013 05:35:30 -0500 Subject: [PATCH] Improved .gitignore based om an idea bu dak180. --- .gitignore | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a276b25..a001f85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ -irkerd.pyc -irkerhook.pyc -irkerd.8 -irkerhook.1 -irkerd.html -irkerhook.html -security.html -hacking.html -install.html -irc -irclib +# Git clutter +*.orig + +# Python bits +/*.pyc + +# Man Pages +/*.8 +/*.1 + +# HTML Docs +/*.html -- 2.26.2