diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-02 17:35:25 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-02 17:35:25 (EDT) |
commit | d3a33b65b13532c7b0931815d10545dd4456bbb8 (patch) | |
tree | 431321bf973247f9f9d23dc3627c5c464e01bfb8 /.gitignore |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c9ffdd --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +opkbuild-*.orig.tar.* + +# Work area +tmp/ |