diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-28 18:30:27 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-28 18:30:27 (EDT) |
commit | 787c4c6c3ce036bf823b1d953b6a20ae27c5249f (patch) | |
tree | cff033ada02e9ab43183a7bc08d6fa2b1d026bcf /.gitignore |
linux-libre 3.10.95~gnu-1
I'm taking the opportunity to start fresh because the original
repository is weighed down by an upstream source archive in contained
long ago.
See the linux-libre package repository for the full Git history.
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..b7922d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +linux-libre-*.orig.tar.* + +# Work area +tmp/ |