Skip to content

Commit 904b9cf

Browse files
authored
Merge pull request #37 from unicornx/dev-gitignore
ignore downloaded bitbake and oe-core
2 parents df3e24c + 419fba5 commit 904b9cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@
1212
__pycache__/
1313

1414
# BitBake specific
15+
bitbake/
1516
/tmp/
1617
/sstate-cache/
1718
/downloads/
1819
*.lock
1920

21+
# Openembedded-core
22+
oe-core/
23+
2024
# IDE and editor files
2125
.vscode/
2226
.idea/

0 commit comments

Comments
 (0)