summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2020-08-31 23:45:56 +0300
committerAvamander <avamander@gmail.com>2020-08-31 23:45:56 +0300
commitfd8c69dedabcd3bfa0d3933f5b16a5d5e1dd0ff0 (patch)
tree6ba8be16d9e5d243e158f2c32afa4e6a48b037e2 /.gitignore
parent754918fda6a1ead2c6a8b440af489aae038918d0 (diff)
Added a few more folders to gitignore before they end up in the repository
Diffstat (limited to '.gitignore')
-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