Added a few more folders to gitignore before they end up in the repository
This commit is contained in:
parent
ffe0eb3a92
commit
f1719b3b92
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -1,12 +1,27 @@
|
||||||
.idea/
|
.idea/
|
||||||
|
# CMake
|
||||||
cmake-build-*/
|
cmake-build-*/
|
||||||
**/CMakeCache.txt
|
|
||||||
CMakeFiles/
|
CMakeFiles/
|
||||||
|
**/CMakeCache.txt
|
||||||
|
cmake_install.cmake
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
# Resulting binary files
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
*.s
|
||||||
|
*.hex
|
||||||
|
*.bin
|
||||||
|
*.map
|
||||||
|
*.out
|
||||||
|
pinetime*.cbp
|
||||||
|
|
||||||
|
# InfiniTime's files
|
||||||
core
|
core
|
||||||
sdk
|
sdk
|
||||||
src/Version.h
|
src/Version.h
|
||||||
docker/post_build.sh
|
docker/post_build.sh
|
||||||
|
Testing/Temporary/
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
**/.directory
|
**/.directory
|
||||||
|
|
Loading…
Reference in New Issue
Block a user