diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-14 23:24:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-14 23:24:15 (EDT) |
commit | 1a2661ba926dfa606ebafa6f9e0c487afa38e74a (patch) | |
tree | 59ec19f5fc6f0d5ce536114dd378c63512333395 /.gitignore.d | |
download | mpd-1a2661ba926dfa606ebafa6f9e0c487afa38e74a.zip mpd-1a2661ba926dfa606ebafa6f9e0c487afa38e74a.tar.gz mpd-1a2661ba926dfa606ebafa6f9e0c487afa38e74a.tar.bz2 |
Initial commit
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 |