irkerd: Add Python-3-compatible string handling
[irker.git] / .gitignore
index 79fde5126de72d40c64ace684c5f3075191537ce..a001f8596183731233468fc983766304d5ae48c3 100644 (file)
@@ -1,8 +1,12 @@
-irkerd.pyc
-irkerhook.pyc
-irkerd.8
-irkerhook.1
-irkerd.html
-irkerhook.html
-irc
-irc-*/
+# Git clutter
+*.orig
+
+# Python bits
+/*.pyc
+
+# Man Pages
+/*.8
+/*.1
+
+# HTML Docs
+/*.html