diff options
author | June McEnroe <june@causal.agency> | 2020-07-09 18:57:29 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-09 18:57:29 -0400 |
commit | 7b521cf75376ccfd38c2ff077c854b408fe616ff (patch) | |
tree | 4e510cf548fc02e9a7cbbf6bc209259d5ec06428 /.gitignore | |
parent | Implement basic contexts listing (diff) | |
download | scooper-7b521cf75376ccfd38c2ff077c854b408fe616ff.tar.gz scooper-7b521cf75376ccfd38c2ff077c854b408fe616ff.zip |
Split code and add breadcrumb nav
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9d35820..ac9b3a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +*.o config.mk scooper |