diff options
author | Case Duckworth | 2015-04-01 16:29:46 -0700 |
---|---|---|
committer | Case Duckworth | 2015-04-01 16:29:46 -0700 |
commit | 61baf210a9d0d4fffcd82751ba3419dd2feb349d (patch) | |
tree | 577fe121f035854399f820c420eca38b60879156 /.gitignore | |
parent | Add Abstract and Process Narrative (diff) | |
download | autocento-61baf210a9d0d4fffcd82751ba3419dd2feb349d.tar.gz autocento-61baf210a9d0d4fffcd82751ba3419dd2feb349d.zip |
Revise a few poems in Elegies
Also add a .gitignore. How is this so late?
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3805fc --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,8 @@ | |||
1 | # Intermediate build files | ||
2 | *.river | ||
3 | *.hapax | ||
4 | *.back | ||
5 | *.hi | ||
6 | *.o | ||
7 | # Executables | ||
8 | *.exe | ||