diff options
author | WlodekM <[email protected]> | 2025-02-14 19:12:47 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-02-14 19:12:47 +0200 |
commit | 3bd3984e92fdfb529c37b31c6f0570abab1ed54e (patch) | |
tree | 5462664b63182c895cb70e98a79672d2c3d8a392 /.gitignore |
initial commit; beginning work on smolsh
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5451a03 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +kernel + |