Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9fdc93

Browse files
committed
Update .gitignore
Following GitHub’s collection of .gitignore file templates:https://github.com/github/gitignoreSigned-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent213a3d5 commita9fdc93

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

‎.gitignore

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
1-
*.orig
2-
*.swp
3-
.DS_Store
1+
# Specific
42
astyle.out
53
boards.local.txt
64
platform.local.txt
7-
*.code-workspace
8-
.vscode
95
path_config.json
6+
7+
# Backup
8+
*.bak
9+
*.gho
10+
*.ori
11+
*.swp
12+
*.tmp
13+
14+
# macOS
15+
# General
16+
.DS_Store
17+
.AppleDouble
18+
.LSOverride
19+
20+
# Patch
21+
*.orig
22+
*.rej
23+
24+
# Python
25+
# Byte-compiled / optimized / DLL files
26+
__pycache__/
27+
*.py[cod]
28+
*$py.class
29+
30+
# VisualStudioCode
31+
.vscode/*
32+
!.vscode/settings.json
33+
!.vscode/tasks.json
34+
!.vscode/launch.json
35+
!.vscode/extensions.json
36+
*.code-workspace

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp