You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by js...@apache.org on 2016/04/05 02:27:12 UTC

aurora git commit: Add pants .cache/ dir to .gitignore.

Repository: aurora
Updated Branches:
  refs/heads/master 9847b0209 -> f402899bc


Add pants .cache/ dir to .gitignore.


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f402899b
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/f402899b
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/f402899b

Branch: refs/heads/master
Commit: f402899bc35b094c41549ca5e6dab80b3b3b4719
Parents: 9847b02
Author: John Sirois <jo...@gmail.com>
Authored: Mon Apr 4 18:27:04 2016 -0600
Committer: John Sirois <jo...@gmail.com>
Committed: Mon Apr 4 18:27:04 2016 -0600

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/f402899b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 56808d7..d2d189d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
 *.pyc
 *~
 .gradle
+/.cache/
 /.coverage
 /.idea/
 /.pants.*