about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-04 13:35:29 -0400
committerJune McEnroe <june@causal.agency>2018-08-04 13:35:29 -0400
commitccdeb0c556968bafb9853cdb430c1b87ac22fc67 (patch)
treeb3ea4addf5c386379b36057d0e22653d692f31e5 /.gitignore
parentExit on zero read (diff)
downloadcatgirl-ccdeb0c556968bafb9853cdb430c1b87ac22fc67.tar.gz
catgirl-ccdeb0c556968bafb9853cdb430c1b87ac22fc67.zip
Split source into several files
Can't believe I have to do this.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 91b7c57..716462e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.o
 chat
 chroot.tar
 root
='2020-04-25 16:06:22 -0400'>2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe