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