Skip to content

Commit 43cf168

Browse files
Fernanda Ma'roufpaulmckrcu
authored andcommitted
selftests/nolibc: Avoid generated files being committed
After running the nolibc tests, the "git status" is not clean because the generated files are not ignored. Create a `.gitignore` inside the selftests/nolibc directory to ignore them. Cc: Ammar Faizi <[email protected]> Cc: Fernanda Ma'rouf <[email protected]> Signed-off-by: Fernanda Ma'rouf <[email protected]> Signed-off-by: Willy Tarreau <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent ffc297f commit 43cf168

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/initramfs/
2+
/nolibc-test
3+
/run.out
4+
/sysroot/

0 commit comments

Comments
 (0)