diff options
author | Maxithi <34792056+Maxithi@users.noreply.github.com> | 2018-01-07 18:05:55 +0100 |
---|---|---|
committer | Maxithi <34792056+Maxithi@users.noreply.github.com> | 2018-01-07 18:05:55 +0100 |
commit | c677586842c4ccd1cf55892ac05b8dca937ab85c (patch) | |
tree | 3869c237207daedf6da4a5e037a1d9225b7c5892 /.gitignore | |
parent | Merge pull request #3019 (diff) | |
download | monero-c677586842c4ccd1cf55892ac05b8dca937ab85c.tar.xz |
Ignore cmake-build-debug folder
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0bd9ba3dd..d321aa43d 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ CMakeCache.txt CMakeFiles cmake_install.cmake install_manifest.txt +cmake-build-debug/ ### Linux ### *~ |