Repository: commons-text Updated Branches: refs/heads/master a9fe8a79d -> 32477ebce
Add Eclipse .checkstyle to .gitignore. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/32477ebc Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/32477ebc Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/32477ebc Branch: refs/heads/master Commit: 32477ebceaf3ad4455af052fc715ef4a0a600f93 Parents: a9fe8a7 Author: Gary Gregory <[email protected]> Authored: Sat May 12 09:34:56 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sat May 12 09:34:56 2018 -0600 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/32477ebc/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b9493d7..92a1b2a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ site-content .classpath .project .externalToolBuilders +/.checkstyle
