diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | stage1/.gitignore | 1 | ||||
-rw-r--r-- | stage2/.gitignore | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -1,2 +1 @@ -*.bin -*.img +nothing.img diff --git a/stage1/.gitignore b/stage1/.gitignore new file mode 100644 index 0000000..a8a0dce --- /dev/null +++ b/stage1/.gitignore @@ -0,0 +1 @@ +*.bin diff --git a/stage2/.gitignore b/stage2/.gitignore index 2f7896d..1e7caa9 100644 --- a/stage2/.gitignore +++ b/stage2/.gitignore @@ -1 +1,2 @@ +Cargo.lock target/ |