-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
63 lines (53 loc) · 1.01 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
60
61
62
63
# Project build files ---------------------------
Debug*/
build*/
Testing*/
image_*/
output/
libdeps/
# CMake related files ---------------------------
Makefile
CMakeCache.txt
.project
.settings
CMakeCache.txt
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
CMakeFiles/
CMakeScripts/
# VS Code related files -------------------------
.vscode/
# Doxygen related files -------------------------
html/
latex/
man/
Doxyfile
# MS Office related files -----------------------
~*
# Unix related files ----------------------------
*.swp
# Uncrustify related files ----------------------
*.unc-backup*
#*.unc-backup.md5*
src_file_list*.txt
# pkg-config generated files --------------------
*.pc
# Binary files ----------------------------------
a.out
*.exe
*.dll
*.dylib
*.a
*.so
*.o
# macOS files -----------------------------------
.DS_Store
# PlatformIO IDE files --------------------------
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch