diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 00:19:37 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 00:19:37 -0400 |
| commit | eadd1b05f404b87a17f1f859299216fc71904401 (patch) | |
| tree | 364a6ca80abff3e96002e6dc1baefead70e4ab38 | |
| parent | aa50214eaf65f4365db7efd6832dc12f05804936 (diff) | |
| download | linux-0.01-distro-eadd1b05f404b87a17f1f859299216fc71904401.tar.gz linux-0.01-distro-eadd1b05f404b87a17f1f859299216fc71904401.tar.bz2 linux-0.01-distro-eadd1b05f404b87a17f1f859299216fc71904401.zip | |
Added a .gitignore file
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | binutils-1.9.tar.bz2 | bin | 146132 -> 0 bytes | |||
| -rw-r--r-- | linux-0.01.tar.gz | bin | 73091 -> 0 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abd127b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.out +tars/ diff --git a/binutils-1.9.tar.bz2 b/binutils-1.9.tar.bz2 Binary files differdeleted file mode 100644 index ebc20db..0000000 --- a/binutils-1.9.tar.bz2 +++ /dev/null diff --git a/linux-0.01.tar.gz b/linux-0.01.tar.gz Binary files differdeleted file mode 100644 index ed6029b..0000000 --- a/linux-0.01.tar.gz +++ /dev/null |
