diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-11 21:36:28 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-11 21:36:28 +0200 |
commit | c02f9a6ee495ede47d7726ffaf8d21271ed21642 (patch) | |
tree | c5ccb52f642dafed79a3076c0eb0c09a3bd1453f /.gitignore | |
parent | c22a400603bfafedefa04c430214965cd191663b (diff) | |
download | qmk_firmware-c02f9a6ee495ede47d7726ffaf8d21271ed21642.tar.gz qmk_firmware-c02f9a6ee495ede47d7726ffaf8d21271ed21642.tar.xz |
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 util/Win_Check_Output.txt .vscode .stfolder + +# ignore image files +*.png +*.jpg +*.gif
\ No newline at end of file |