diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-29 11:56:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-29 11:56:53 -0400 |
commit | cecf783e145c4ca8e7737e8a1909bce946bc5a0f (patch) | |
tree | e7d5c7340f143510fbe57714d92505e5df565a9d /.gitignore | |
parent | 988941cc0a0e8a4bfa0b696aba9a57c0a105eb64 (diff) | |
parent | 78aebe0631c6987ce1721428ff8fbbb0a1e8fbd7 (diff) |
Merge pull request #1337 from fredizzimo/wsl_setup
Add script for setting up Windows Subsystem for Linux
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6029afce4f..0b48b80e59 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ quantum/version.h .idea/ CMakeLists.txt .DS_STORE +/util/wsl_downloaded # Eclipse/PyCharm/Other IDE Settings .cproject |