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) | |
download | qmk_firmware-f11437aef392dc44573bf45a738ae758784d2f1b.tar.gz qmk_firmware-f11437aef392dc44573bf45a738ae758784d2f1b.zip |
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 20437224f..91d283e69 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -73,3 +73,6 @@ __pycache__ | |||
73 | 73 | ||
74 | # prerequisites for updating ChibiOS | 74 | # prerequisites for updating ChibiOS |
75 | /util/fmpp* | 75 | /util/fmpp* |
76 | |||
77 | # Allow to exist but don't include it in the repo | ||
78 | user_song_list.h | ||