From: Peng Li Date: Sun, 20 Sep 2015 16:14:12 +0000 (+0800) Subject: emacs - add git ignore files X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;ds=sidebyside;h=68c9edbcf309f511decf71de175042424c9e1158;p=dotfiles.git emacs - add git ignore files --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55d6ad1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +\#* \ No newline at end of file diff --git a/emacs.d/.gitignore b/emacs.d/.gitignore index 9a35196..6dbe952 100644 --- a/emacs.d/.gitignore +++ b/emacs.d/.gitignore @@ -16,3 +16,9 @@ config/init-my-theme-2.el config/my-color-theme.el \#* temp/* +history +irony/* +projectile.cache +site-lisp/* +Emacs-PDE* +helm-adaptive-history diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..3d9c7fa --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1,2 @@ +jabber.log* +*.log \ No newline at end of file