From 1a2661ba926dfa606ebafa6f9e0c487afa38e74a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 14 Mar 2016 23:24:15 -0400 Subject: Initial commit --- (limited to '.gitignore.d') diff --git a/.gitignore.d/mpd b/.gitignore.d/mpd new file mode 100644 index 0000000..e46b724 --- /dev/null +++ b/.gitignore.d/mpd @@ -0,0 +1,15 @@ +# Exclude all files +* + +# Include relevant files +!/.config/ +!/.config/mpd/ +!/.config/mpd/**/* +!/.gitignore.d/ +!/.gitignore.d/mpd + +# Exclude swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig -- cgit v0.9.1