InfiniTime.git

commit fd8c69dedabcd3bfa0d3933f5b16a5d5e1dd0ff0

Author: Avamander <avamander@gmail.com>

Added a few more folders to gitignore before they end up in the repository

 .gitignore | 17 +++++++++++++++--


diff --git a/.gitignore b/.gitignore
index 0cbee675028a93e8a21705dfbd3e164e600e5372..83554b6dc0f67603043b7bb7a0c6583193d2ae39 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