mirror of
https://github.com/canokeys/canokey-nrf52.git
synced 2024-11-21 02:03:50 +08:00
48 lines
936 B
Plaintext
48 lines
936 B
Plaintext
include/git-rev.h
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/cmake,visualstudiocode
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=cmake,visualstudiocode
|
|
|
|
### CMake ###
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps
|
|
|
|
### CMake Patch ###
|
|
# External projects
|
|
*-prefix/
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
# Support for Project snippet scope
|
|
.vscode/*.code-snippets
|
|
|
|
# Ignore code-workspaces
|
|
*.code-workspace
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/cmake,visualstudiocode |