improve gitignore
authorAmin Bandali <me@aminb.org>
Sun, 26 Oct 2014 15:57:19 +0000 (11:57 -0400)
committerAmin Bandali <me@aminb.org>
Sun, 26 Oct 2014 15:57:19 +0000 (11:57 -0400)
.gitignore

index 1f5cf6c..08ca93b 100644 (file)
@@ -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