diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2013-01-11 15:30:59 +0600 |
---|---|---|
committer | Denis Krjuchkov <denis@crazydev.net> | 2013-01-11 15:30:59 +0600 |
commit | 905d493fd7ac156eb2c060faf35301d62be0cda5 (patch) | |
tree | 819388feccda74130d5b0a56e4763b04e28907b0 | |
parent | 5def2a09bd819a9c2ac25ece477706f0e144154e (diff) |
.gitignore: add src/win/mpd_win32_rc.rc
This file is generated during configuration and should be ignored.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9f4d606a9..11ac5f9a8 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ tags .#* .stgit* src/dsd2pcm/dsd2pcm +src/win/mpd_win32_rc.rc doc/doxygen.conf doc/protocol.html doc/protocol |