diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-07-23 15:06:08 +0200 |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-07-23 15:06:08 +0200 |
| commit | 547b5a869911bc98e08df05dc56de7ae830f7eeb (patch) | |
| tree | e7d25bdae81f1cda9eeb0ea3ada1e31d4f6e3d2e | |
| parent | 1ddb1f0832b31def410ed5d2f1094e36f389734f (diff) | |
Restore .gitignore
| -rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2f9ac181 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +.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 |
