diff options
author | Drashna Jaelre <drashna@live.com> | 2020-07-15 23:45:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 16:45:50 +1000 |
commit | f11437aef392dc44573bf45a738ae758784d2f1b (patch) | |
tree | 344e097de437dc27d66c1b4001fe587745b975f1 /.gitignore | |
parent | fc133153007e13d0f27112cce5cfec967c1f278e (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 20437224f1..91d283e69b 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,6 @@ __pycache__ # prerequisites for updating ChibiOS /util/fmpp* + +# Allow to exist but don't include it in the repo +user_song_list.h |