diff options
author | skullY <skullydazed@gmail.com> | 2016-03-27 16:17:40 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2016-03-27 16:17:40 -0700 |
commit | 073b44924cdfd28d64ad2ee1dbe88b00f92d2c72 (patch) | |
tree | 0b7c83ea1ab188da57adeaa33d154f7dd4c409d2 /.gitignore | |
parent | 80eefb09ac5de95a6977702b4014d4b4d79a5d7d (diff) |
Adding clueboard/cluepad support to qmk
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 8b8c45169d..a082ea22e4 100644 --- a/.gitignore +++ b/.gitignore @@ -16,8 +16,8 @@ build/ .vagrant/ .DS_STORE -# Eclipse Settings +# Eclipse/PyCharm/Other IDE Settings .cproject .project .settings/ - +.idea |