diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-29 01:58:27 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-29 01:59:01 +0800 | 
| commit | 92cf872a4870482e797bcd54316a4b8dc024fcc5 (patch) | |
| tree | 65871d6fca03220dd970bd789fdf8a86efb7984b | |
| parent | 6461f2b7ec5fa0114d4bb38ca27c0f72edff8e23 (diff) | |
[.gitignore] Ignore mp3 files
[ci skip]
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index d5f216b5f..d13551274 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ updates_key.pem  *.mp4  *.m4a  *.m4v +*.mp3  *.part  *.swp  test/testdata | 
