Repository: incubator-juneau Updated Branches: refs/heads/master 469d795c3 -> 8c02a4359
Straggling .jazzignore file. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/8c02a435 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/8c02a435 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/8c02a435 Branch: refs/heads/master Commit: 8c02a4359a5f6422f97d6b6d22ec62bfbca3ab96 Parents: 469d795 Author: jamesbognar <[email protected]> Authored: Sun Aug 7 10:48:16 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Sun Aug 7 10:48:16 2016 -0400 ---------------------------------------------------------------------- org.apache.juneau.releng/.jazzignore | 37 ------------------------------- 1 file changed, 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/8c02a435/org.apache.juneau.releng/.jazzignore ---------------------------------------------------------------------- diff --git a/org.apache.juneau.releng/.jazzignore b/org.apache.juneau.releng/.jazzignore deleted file mode 100755 index f8f7ec4..0000000 --- a/org.apache.juneau.releng/.jazzignore +++ /dev/null @@ -1,37 +0,0 @@ -### Jazz Ignore 0 -# Ignored files and folders will not be committed, but may be modified during -# accept or update. -# - Ignore properties should contain a space separated list of filename patterns. -# - Each pattern is case sensitive and surrounded by braces ('{' and '}'). -# - "*" matches zero or more characters. -# - "?" matches a single character. -# - The pattern list may be split across lines by ending the line with a -# backslash and starting the next line with a tab. -# - Patterns in core.ignore prevent matching resources in the same -# directory from being committed. -# - Patterns in core.ignore.recursive matching resources in the current -# directory and all subdirectories from being committed. -# - The default value of core.ignore.recursive is *.class -# - The default value for core.ignore is bin -# -# To ignore shell scripts and hidden files in this subtree: -# e.g: core.ignore.recursive = {*.sh} {\.*} -# -# To ignore resources named 'bin' in the current directory (but allow -# them in any sub directorybelow): -# e.g: core.ignore = {bin} -# -# NOTE: modifying ignore files will not change the ignore status of -# Eclipse derived resources. - -core.ignore.recursive= \ - {*.class} - -core.ignore= \ - {CT_Results} \ - {CT_Results_html} \ - {bin} \ - {build} \ - {doc} \ - {docstage} \ - {temp.build}
