projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fc008a
)
improve gitignore
author
Amin Bandali
<me@aminb.org>
Sun, 26 Oct 2014 15:57:19 +0000
(11:57 -0400)
committer
Amin Bandali
<me@aminb.org>
Sun, 26 Oct 2014 15:57:19 +0000
(11:57 -0400)
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index
1f5cf6c
..
08ca93b
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,6
+1,9
@@
-database
-log
-pid
-state
-sticker.sql
-error.log
\ No newline at end of file
+# mpd files
+mpd/*/*/database
+mpd/*/*/log
+mpd/*/*/pid
+mpd/*/*/state
+mpd/*/*/sticker.sql
+
+# ncmpcpp
+ncmpcpp/*/error.log
\ No newline at end of file