about summary refs log tree commit diff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-01-06 Ignore .gnupg/random_seedWilliam Carroll1-0/+1
I'm not actually sure if this is sensitive information, but I'm erring on the side of caution and ignoring it in case it is. squash! Ignore .gnupg/random_seed
2019-03-18 gitignores .emacs.d/{bookmarks,custom.el,projectile-bookmarks.eld}William Carroll1-3/+3
Using the `git rm -r --cached . && git add .` tip from: http://www.codeblocq.com/2016/01/Untrack-files-already-added-to-git-repository-based-on-gitignore/ I'm able to finally ignore these files. Things should be cleaner moving forward.
2019-03-11 Remove more Emacs noiseWilliam Carroll1-0/+2
Removing more files that clutter my `gst` This time I ran... ```bash git rm -r --cached . ``` ...which is supposed to help ignore files that `git` already tracks. This may be the missing piece I've been looking for.
2019-03-08 Ignore .netrwhistWilliam Carroll1-1/+1
Could have sworn I did this as well. Oh boy...
2019-03-07 Update init.vim to support updated Vundle locationWilliam Carroll1-0/+1
Before I noticed the rtp variable, the Vundle installation was a bit nebulous to me. TODO: Consider dropping support for vanilla altogether.
2019-03-06 Remove noisy filesWilliam Carroll1-10/+12
This repo's history seems to reflect my difficult wrestling with Git, GitHub, gitignore files. I'm still not sure I understand everything that's going on.
2019-01-13 Update gitignoreWilliam Carroll1-10/+10
I believe `emacs.d` was change to `.emacs.d` somewhere along the way. The gitignore needs to be updated, and some spam may have slipped in as well.
2018-07-19 git ignore smex-itemsWilliam Carroll1-0/+1
Noise, noise, noise...
2018-07-19 Lints emacs directoryWilliam Carroll1-0/+1
Ignores a few noisy files. Removes the dependency to a slack secret.
2018-07-19 Ignore projectile bookmarksWilliam Carroll1-0/+1
I don't want these spamming my commits, etc.
2018-04-25 Ignore emacs.d directoriesWilliam Carroll1-0/+7
Ignore dirs in the emacs.d that is being added to this repo. We don't want packages and other bloat in this repo.
2018-01-08 Ignore that config secrets fileWilliam Carroll1-0/+1
2017-01-30 Extends emacs and tmux configsWilliam Carroll1-0/+1
2016-08-15 Trims fat and renames filesWilliam Carroll1-0/+1