You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/12/14 23:00:20 UTC

[2/2] allura git commit: Only ignore /src/ dir in Allura or top-level (where pip can put them), in case a legit src dir is made elsewhere in the repo

Only ignore /src/ dir in Allura or top-level (where pip can put them), in case a legit src dir is made elsewhere in the repo


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

Branch: refs/heads/master
Commit: 58aa5902ab03f2dbf04def32c78f579fb70e0bf4
Parents: acdb862
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Dec 14 17:00:02 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Mon Dec 14 17:00:02 2015 -0500

----------------------------------------------------------------------
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/58aa5902/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1041a36..2f05a95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,5 +38,6 @@ report.clonedigger
 .idea
 ._*
 .DS_Store
-src/
+/src/
+/Allura/src/
 async-disk-cache/