summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore17
1 files changed, 15 insertions, 2 deletions
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