summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-07-22 15:37:34 +0200
committerKieran Cawthray <kieranc@gmail.com>2021-07-22 15:37:34 +0200
commit5e4d3c87e92b8f2dd1020577f3ebad93322b0f6f (patch)
tree4f7ee252226d6ad0218f98fdc049e578173bbb13
parentdb784fc2fb4e9095f3c1a0168a4b6978e8bfa76d (diff)
Remove .gitignore
-rw-r--r--.gitignore41
1 files changed, 0 insertions, 41 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2f9ac181..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,41 +0,0 @@
-.idea/
-# Python virtual environment for DFU images
-.venv/
-
-# CMake
-cmake-build-*
-cmake-*
-CMakeFiles
-**/CMakeCache.txt
-cmake_install.cmake
-Makefile
-build
-tools
-
-# Resulting binary files
-*.a
-*.so
-*.s
-*.hex
-*.bin
-!bootloader/bootloader-5.0.4.bin
-*.map
-*.out
-pinetime*.cbp
-
-# InfiniTime's files
-core
-sdk
-src/Version.h
-docker/post_build.sh
-Testing/Temporary/
-
-# Linux
-**/.directory
-**/*.swp
-
-# OSX/MacOS
-**/.DS_Store
-
-# Windows
-**/thumbs.db \ No newline at end of file