diff options
author | Christopher Diaz Riveros <chrisadr@gentoo.org> | 2018-03-30 11:41:02 -0500 |
---|---|---|
committer | Christopher Diaz Riveros <chrisadr@gentoo.org> | 2018-05-26 17:11:35 -0500 |
commit | 34c4807695fce943bfa090d5a21837f4ce0001a8 (patch) | |
tree | 435854585b701de8646c5861d6cafadb41200eaf | |
parent | lib/spelling: Remove deprecated 'runspell' (diff) | |
download | glsamaker-34c4807695fce943bfa090d5a21837f4ce0001a8.tar.gz glsamaker-34c4807695fce943bfa090d5a21837f4ce0001a8.tar.bz2 glsamaker-34c4807695fce943bfa090d5a21837f4ce0001a8.zip |
.gitignore: Add rules
Added:
doc/app/.cache/*: for cache files inside application.
Gemfile.lock: lock file not needed for tracking.
Signed-off-by: Christopher Diaz Riveros <chrisadr@gentoo.org>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,3 +19,5 @@ coverage db/sphinx .bundle vendor +Gemfile.lock +doc/app/.cache/* |