InfiniTime.git

commit 61e7ad9186831269f8ea9478c75dd6a57e474638

Author: JF002 <JF002@users.noreply.github.com>

Merge pull request #57 from Avamander/patch-2

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