diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-04 13:17:28 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-04 13:18:07 (EDT) |
commit | 6273e7575d12a987dde0d20a9026332b6c80a997 (patch) | |
tree | 2e14c6a35446bf50333d0cbf5534efa8f468f3fd /.gitignore |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21cd5cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +readline-*.orig.tar.* + +# Work area +tmp/ + +# Build logs +*.log |