diff options
author | Drashna Jaelre <drashna@live.com> | 2020-07-15 23:45:50 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-08-08 22:44:33 -0700 |
commit | 281a94ceda8fc332471b8d1a4fdb0d7f9486a603 (patch) | |
tree | 671bb7062dcc0b7a3b4bbdeebf51ce6835a07f13 /.gitignore | |
parent | 790a58ddd7e8afe5bb59a7091f6bb2a4ec12e9c2 (diff) |
Allow for user song list (#9281)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b262212db7..d9f3c30d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ __pycache__ # prerequisites for updating ChibiOS /util/fmpp* + +# Allow to exist but don't include it in the repo +user_song_list.h |