diff options
author | June McEnroe <june@causal.agency> | 2020-07-13 18:14:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-13 18:14:22 -0400 |
commit | c1dfd0bb139f58a9f34dbfc61920b59df00c70c1 (patch) | |
tree | 47163cbba95f5e850179a0a8b78e9a00f2ea9c7c /.gitignore | |
parent | Add room to start selecting table rows (diff) | |
download | scooper-c1dfd0bb139f58a9f34dbfc61920b59df00c70c1.tar.gz scooper-c1dfd0bb139f58a9f34dbfc61920b59df00c70c1.zip |
Incorporate CSS into C without file2c
It's a shame file2c is not available everywhere.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bc13172..791d6d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.o .test config.mk -default.css.h +css.h scooper tags |