InfiniTime/.gitignore
Tim Keller c9dedfd402 Add some VSCODE stuff to gitignore...
Allow settings to stop naggin me that it has added assosiation types
2021-08-19 00:51:42 +00:00

46 lines
534 B
Plaintext

.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
#VSCODE
.vscode/.cortex-debug.registers.state.json
.vscode/.cortex-debug.peripherals.state.json