projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fcc671
)
Improved .gitignore based om an idea bu dak180.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 16 Nov 2013 10:35:30 +0000
(
05:35
-0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 16 Nov 2013 10:35:30 +0000
(
05:35
-0500)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index a276b25bf2785436f37182c71b4cb8f2b6e3e424..a001f8596183731233468fc983766304d5ae48c3 100644
(file)
--- 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