summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-09-02 19:06:32 (GMT)
committerGitHub <noreply@github.com>2020-09-02 19:06:32 (GMT)
commit61e7ad9186831269f8ea9478c75dd6a57e474638 (patch)
treec22bf6b313bf417cdc8348e754f019236f919f83
parent339c920e950d5e4e8e65807da4f8cf3408ec71ce (diff)
parentfd8c69dedabcd3bfa0d3933f5b16a5d5e1dd0ff0 (diff)
Merge pull request #57 from Avamander/patch-2
Added a few more folders to gitignore before they end up in the repository
-rw-r--r--.gitignore17
1 files changed, 15 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0cbee67..83554b6 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