summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2020-09-27 14:15:00 +0300
committerAvamander <avamander@gmail.com>2020-09-27 14:15:00 +0300
commitf1719b3b928072cffbef117c8c6ff0c9c8a72eb8 (patch)
tree1dfebb3a67ee5282680bfc432e2c76ff366c1267
parentffe0eb3a92908f8983b28644843398da54d9b256 (diff)
Added a few more folders to gitignore before they end up in the repository
-rw-r--r--.gitignore17
1 files changed, 16 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 83554b6d..3de08185 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,27 @@
.idea/
+# CMake
cmake-build-*/
-**/CMakeCache.txt
CMakeFiles/
+**/CMakeCache.txt
+cmake_install.cmake
+Makefile
+
+# Resulting binary files
+*.a
+*.so
+*.s
+*.hex
+*.bin
+*.map
+*.out
+pinetime*.cbp
+# InfiniTime's files
core
sdk
src/Version.h
docker/post_build.sh
+Testing/Temporary/
# Linux
**/.directory