diff options
author | Case Duckworth | 2023-07-02 14:32:26 -0500 |
---|---|---|
committer | Case Duckworth | 2023-07-02 14:32:26 -0500 |
commit | 22c3f2da96853b3b1a36efe6766cf643545848b7 (patch) | |
tree | 3a24f9dfebae9b56fdcab9c2567cbb6e9cc14e86 /.gitignore | |
parent | Add dependencies section (diff) | |
download | chicken-scratch-22c3f2da96853b3b1a36efe6766cf643545848b7.tar.gz chicken-scratch-22c3f2da96853b3b1a36efe6766cf643545848b7.zip |
Add scratchdown main
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8b6a74a..5b41b96 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,4 +1,5 @@ | |||
1 | chicken-scratch | 1 | chicken-scratch |
2 | scratchdown | ||
2 | *.link | 3 | *.link |
3 | *.so | 4 | *.so |
4 | *.o | 5 | *.o |