diff options
author | timothy eichler <timeyyy_da_man@hotmail.com> | 2017-10-08 18:26:44 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-08 18:26:44 +0200 |
commit | e565fc229412dde1378db7d4dc80ed7ac9dfbcaf (patch) | |
tree | 9493ecdabf2016213da3a6cb75eea7942d266144 | |
parent | 032b088c848585e60e8dc1a210f240bad6bb3387 (diff) | |
download | rneovim-e565fc229412dde1378db7d4dc80ed7ac9dfbcaf.tar.gz rneovim-e565fc229412dde1378db7d4dc80ed7ac9dfbcaf.tar.bz2 rneovim-e565fc229412dde1378db7d4dc80ed7ac9dfbcaf.zip |
gitignore: cmake-build-debug (#7359)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3a8994a5f6..61b96c158f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Build/deps dir /build/ +/cmake-build-debug/ /dist/ /.deps/ /tmp/ |