Repository: commons-text Updated Branches: refs/heads/master 9b1b436b2 -> 1a236bada
Document .gitignore strategy Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1a236bad Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/1a236bad Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/1a236bad Branch: refs/heads/master Commit: 1a236bada5163388a3051083fba454b19edc1fb8 Parents: 9b1b436 Author: Bruno P. Kinoshita <[email protected]> Authored: Mon Dec 15 23:03:46 2014 -0200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Mon Dec 15 23:03:46 2014 -0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/1a236bad/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index c2b8af5..c8130e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Include only files generated during build, and avoid IDE specific files target/ site-content
