summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore patch filesRory Dudley2024-08-101-0/+1
| | | | | | Ignore patch files generated by 'git format-patch'. Signed-off-by: Rory Dudley <rory@netc.lu>
* Initial commitRory Dudley2024-02-161-0/+1
An extremely miniamal shell. It is capable of forking processes, and passing arguments to them, but that's pretty much it. Notes: This is pretty much a prototype, to see how easily something like a shell could be implemented in Rust.