Skip to content

Commit 2f8918d

Browse files
committed
SWPROT-8953: git: Ignore temp files (#72)
Origin: #41 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 7dd5ca4 commit 2f8918d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# .gitignore
2+
# Temporary files
3+
*~
4+
tmp
5+
# All build folders
6+
/build*/
7+
# Visual Studio Code
8+
.vscode/settings.json
9+
.vscode/launch.json
10+
.vscode/*.log
11+
*.code-workspace
12+
# JetBrains IDE
13+
.idea/
14+
# Cmake Projects in root ###
15+
compile_commands.json
16+
# Clangd index
17+
.clangd/
18+
.cache/
19+
# BeyondCompare backup files
20+
*.orig
21+
# SonarScanner files
22+
.scannerwork/
23+
# Generated debconf files
24+
applications/*/debconf/config
25+
# Macos fs igores
26+
*.DS_Store
27+
# Other files
28+
*.swp
29+
*.gcov

0 commit comments

Comments
 (0)