diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-11 15:36:28 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-11 15:36:28 -0400 |
commit | c02f9a6ee495ede47d7726ffaf8d21271ed21642 (patch) | |
tree | c5ccb52f642dafed79a3076c0eb0c09a3bd1453f /.gitignore | |
parent | c22a400603bfafedefa04c430214965cd191663b (diff) | |
download | qmk_firmware-c02f9a6ee495ede47d7726ffaf8d21271ed21642.tar.gz qmk_firmware-c02f9a6ee495ede47d7726ffaf8d21271ed21642.zip |
remove most .pngs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0b48b80e5..9381f1afe 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -34,3 +34,8 @@ CMakeLists.txt | |||
34 | util/Win_Check_Output.txt | 34 | util/Win_Check_Output.txt |
35 | .vscode | 35 | .vscode |
36 | .stfolder | 36 | .stfolder |
37 | |||
38 | # ignore image files | ||
39 | *.png | ||
40 | *.jpg | ||
41 | *.gif \ No newline at end of file | ||