diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-02-03 14:53:40 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-02-20 09:09:11 -0500 |
commit | fa4733fce5e473901ccb5dfd08593c861a4e1f0e (patch) | |
tree | 304e785e20d772a81ef5b6e0a592d448e5e4a8ca /.gitignore | |
parent | de714833f1f874690452bd55e5a72ae73e45f076 (diff) |
Split out `InstallableFlake` and `InstallableAttrPath`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 47815fde6..83313fe0a 100644 --- a/.gitignore +++ b/.gitignore @@ -103,6 +103,7 @@ outputs/ *.a *.o +*.o.tmp *.so *.dylib *.dll |