-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (50 loc) · 1.12 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# ignore all ZIP files
*.zip
/zips/
# ignore build folder
/build/
/out/
/build/.gitkeep
# Visual Studio Code
# ignore C/C++ launch file (will change frequently per user/board setup, developers should derive content from launch.TEMPLATE.json)
.vscode/launch.json
.vscode/.cmaketools.json
.vscode/settings.json
.vscode/tasks.json
.vscode/c_cpp_properties.json
.vscode/cmake-kits.json
.vscode/ipch
.vscode/*.log
#Clion
.idea/*.*
# Visual Studio
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.suo
*.user
# Visual Studio cache/options directory contents but not the example launch.vs.json
!.vs/
**/.vs/*
!.vs/launch.vs.SAMPLE.json
!.vs/tasks.vs.SAMPLE.json
**/ipch/*
# Visual C++ cache files
*.VC.db
# CMake user presets
CMakeUserPresets.json
# Other CMake files from github preset
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
ina219.pdf