diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-12-24 23:40:27 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-01-07 22:42:39 -0500 |
commit | 4b2eb9f87a4dbced5fb414deee7be9cd694bf45e (patch) | |
tree | b3039af6f4f3993b2aef11bd6155d20e92b2267e | |
parent | d: persist, address garbage collection issue, bug, fix (diff) |
gitignore, ignore
* another emacs tmp file pattern
* rb dev tmp backup files, should they ever exist ignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,7 +1,10 @@ # git ls-files --others --exclude-from=.git/info/exclude *~ \#* +*.\#* *.gem *.gemspec *.qi *.qi.rb +*_.rb +*.rb_ |