diff options
author | Alan Pearce | 2013-04-28 20:53:15 +0100 |
---|---|---|
committer | Alan Pearce | 2013-04-28 20:53:15 +0100 |
commit | 6bec14c2d18c915a3510aba36a37e78a8b83170f (patch) | |
tree | ffe3819cb89074a914448e5f5eb4962329845e94 /.gitignore | |
download | dotfiles-6bec14c2d18c915a3510aba36a37e78a8b83170f.tar.lz dotfiles-6bec14c2d18c915a3510aba36a37e78a8b83170f.tar.zst dotfiles-6bec14c2d18c915a3510aba36a37e78a8b83170f.zip |
Initial commit
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..fa94376 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Emacs files +*~ +.#* + +# Byte-compiled files +*.elc +*.zwc +*.zwc.old |