summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Diaz Riveros <chrisadr@gentoo.org>2018-03-30 11:41:02 -0500
committerChristopher Diaz Riveros <chrisadr@gentoo.org>2018-05-26 17:11:35 -0500
commit34c4807695fce943bfa090d5a21837f4ce0001a8 (patch)
tree435854585b701de8646c5861d6cafadb41200eaf
parentlib/spelling: Remove deprecated 'runspell' (diff)
downloadglsamaker-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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6335d73..66aa48d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,5 @@ coverage
db/sphinx
.bundle
vendor
+Gemfile.lock
+doc/app/.cache/*