Improved .gitignore based om an idea bu dak180.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 16 Nov 2013 10:35:30 +0000 (05:35 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 16 Nov 2013 10:35:30 +0000 (05:35 -0500)
.gitignore

index a276b25bf2785436f37182c71b4cb8f2b6e3e424..a001f8596183731233468fc983766304d5ae48c3 100644 (file)
@@ -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