about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-08-06T21·46+0200
committerVincent Ambo <vincent@spotify.com>2013-08-06T21·46+0200
commit43a99dea3aa6651b1b060ace714bddc1e10925ea (patch)
treed4958f5a21416cc223cf08ab5bdee48e74b97c01 /.gitignore
parent52d2182fa212a3d28e54e76afa0d9a5176d2f459 (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--.gitignore13
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index e0336e08de..2456e9d97e 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