Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 6fa2b34a7 -> f9bafb3b3
Added more exclusions to .gitignore. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/f9bafb3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/f9bafb3b Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/f9bafb3b Branch: refs/heads/master Commit: f9bafb3b3c66ab82b38a66acf8506c76e7b93bd5 Parents: 6fa2b34 Author: Oliver B. Fischer <[email protected]> Authored: Tue Nov 1 23:14:40 2016 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Tue Nov 1 23:14:40 2016 +0100 ---------------------------------------------------------------------- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/f9bafb3b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b60de5b..f9cd2de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,18 @@ -**/target +target +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +dependency-reduced-pom.xml +release.properties +.idea +*.iml +*.log +*~ +.DS_Store +.project +.settings +.classpath +**/*.checkstyle +**/*.fbExcludeFilterFile +
