Skip to content

Commit e8a72e7

Browse files
Create .gitignore (#3)
* Create .gitignore * updated branch names in the workflow files
1 parent cd57d57 commit e8a72e7

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/workflows/software_build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build the software
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
workflow_dispatch:
77
env:
88
ARCH: x86_64

.github/workflows/sonarqube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: SonarQube Analysis
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
workflow_dispatch:
88

99

.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)