From fd8c69dedabcd3bfa0d3933f5b16a5d5e1dd0ff0 Mon Sep 17 00:00:00 2001 From: Avamander Date: Mon, 31 Aug 2020 23:45:56 +0300 Subject: Added a few more folders to gitignore before they end up in the repository --- .gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0cbee675..83554b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,19 @@ -.idea -cmake-build-* +.idea/ +cmake-build-*/ +**/CMakeCache.txt +CMakeFiles/ + core sdk src/Version.h docker/post_build.sh + +# Linux +**/.directory +**/*.swp + +# OSX/MacOS +**/.DS_Store + +# Windows +**/thumbs.db \ No newline at end of file -- cgit v1.2.3