irkerd: Replace 'fallback' global with local 'nick_needs_number'
[irker.git] / .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