From 5e4d3c87e92b8f2dd1020577f3ebad93322b0f6f Mon Sep 17 00:00:00 2001 From: Kieran Cawthray Date: Thu, 22 Jul 2021 15:37:34 +0200 Subject: [PATCH] Remove .gitignore --- .gitignore | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .gitignore 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