diff options
Diffstat (limited to '.gitignore.d')
-rw-r--r-- | .gitignore.d/mpd | 15 |
1 files changed, 15 insertions, 0 deletions
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 |