summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-09-26 15:09:24 (GMT)
committerGitea <gitea@fake.local>2020-09-26 15:09:24 (GMT)
commitb6a910e52ed98b662e6586f45cfe9c6997f8f158 (patch)
treed74185cbf682cde40e5de5bfa2f620ae201565a9 /.gitignore
parentbe05997272b7b1d1b25b122c8162ac6f4c1c12a2 (diff)
parent3e612e79ba82bac69258094d468c996c41b29612 (diff)
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 16 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cb21cf3..83554b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +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