diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-08-31 09:56:26 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-08-31 09:56:26 -0400 |
commit | 5dd88ba1f02691bde3a8b13b133e1b562a5a8fa3 (patch) | |
tree | bc4a83ae8db9385917724ba8977bf6aef86d9cd6 | |
parent | 2d66be38b61d78eb9bd9aef714979944ec7105ec (diff) | |
download | multihome-5dd88ba1f02691bde3a8b13b133e1b562a5a8fa3.tar.gz |
Ignore all idea output directories
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ .idea/ -cmake-build-debug/ +cmake-build-*/ CMakeLists.txt.user CMakeCache.txt CMakeFiles |