diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-08-06T21·46+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-08-06T21·46+0200 |
commit | 43a99dea3aa6651b1b060ace714bddc1e10925ea (patch) | |
tree | d4958f5a21416cc223cf08ab5bdee48e74b97c01 /.gitignore | |
parent | 52d2182fa212a3d28e54e76afa0d9a5176d2f459 (diff) |
* moved switch-window and iy-go-to-char to package.el installs
* changed 'custom-clone-git and 'custom-download-script to place things in special folders * added those folders and some other things to .gitignore * changed binding for iy-go-to-char to C-c f
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index e0336e08dea0..2456e9d97e77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ -scripts/ -init-local.el -init-irc.el +.smex-items +*token* +auto-save-list/ +clones/ elpa/ -themes/ +init-irc.el +init-local.el other/ -*token* \ No newline at end of file +scripts/ +themes/ \ No newline at end of file |