Skip to content

Commit cbccc0f

Browse files
committed
Create .gitignore
1 parent cd57d57 commit cbccc0f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.launch
2+
*.orig
3+
*.bak
4+
*.html
5+
*.png
6+
.vscode/
7+
**/build/
8+
**/GNU ARM v*
9+
**/.cproject
10+
**/.project
11+
**/.projectlinkstore
12+
**/.settings
13+
**/.makefile
14+
**/.trash
15+
**/.pdm
16+
**/.uceditor
17+
**/autogen/*.crc
18+
**/__pycache__

0 commit comments

Comments
 (0)