Skip to content

Commit 2fbdc9b

Browse files
committed
.gitignore: Ignore top-level entries only
Update .gitignore to ignore only top-level entries by prefixing them with `/`. Also ignore KraftKit-generated configuration files (names starting with `.config.`) Signed-off-by: Razvan Deaconescu <[email protected]> Reviewed-by: Stefan Jumarea <[email protected]> Approved-by: Stefan Jumarea <[email protected]> GitHub-Closes: #27
1 parent 52b503a commit 2fbdc9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
build/
2-
.config
3-
.unikraft/
1+
/build/
2+
/.config
3+
/.config.*
4+
/.unikraft/
45
/workdir/

0 commit comments

Comments
 (0)