diff options
author | Case Duckworth | 2023-04-03 22:07:04 -0500 |
---|---|---|
committer | Case Duckworth | 2023-04-03 22:07:04 -0500 |
commit | a1cde11d5ebe95a365120eb5aeb7f65469e44b30 (patch) | |
tree | ecc91700447039733daebc04a6581dd01b92e7ed /.gitignore | |
parent | It builds now (diff) | |
download | wikme-a1cde11d5ebe95a365120eb5aeb7f65469e44b30.tar.gz wikme-a1cde11d5ebe95a365120eb5aeb7f65469e44b30.zip |
Changes and stuff
I have done a bad job of documenting what I'm doing - it builds now - run `make` - it builds the pages in test/ and links them - ... that's it
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 637f6da..768cfe1 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,3 +1,5 @@ | |||
1 | wikme | 1 | wikme |
2 | *.so | 2 | *.so |
3 | *.o | 3 | *.o |
4 | *.import.scm | ||
5 | out/ | ||