From e4fd72681a0a6314ce6eba30072fcc7763394103 Mon Sep 17 00:00:00 2001 From: BigBlueButton <firstuser@bbb-vm-20100318-14.(none)> Date: Sun, 30 May 2010 03:55:46 +0000 Subject: [PATCH] - adding .gitignore --- bbb-common-message/.gitignore | 2 ++ bigbluebutton-apps/.gitignore | 3 +++ bigbluebutton-web/.gitignore | 1 + bigbluebutton-web/.project | 19 ------------------- deskshare/.gitignore | 1 + 5 files changed, 7 insertions(+), 19 deletions(-) create mode 100644 bbb-common-message/.gitignore create mode 100644 bigbluebutton-apps/.gitignore delete mode 100755 bigbluebutton-web/.project diff --git a/bbb-common-message/.gitignore b/bbb-common-message/.gitignore new file mode 100644 index 0000000000..c745919378 --- /dev/null +++ b/bbb-common-message/.gitignore @@ -0,0 +1,2 @@ +bin +build diff --git a/bigbluebutton-apps/.gitignore b/bigbluebutton-apps/.gitignore new file mode 100644 index 0000000000..3c742fec7b --- /dev/null +++ b/bigbluebutton-apps/.gitignore @@ -0,0 +1,3 @@ +build +lib +.scala_dependencies diff --git a/bigbluebutton-web/.gitignore b/bigbluebutton-web/.gitignore index f32216a578..ab6cfa5ba4 100644 --- a/bigbluebutton-web/.gitignore +++ b/bigbluebutton-web/.gitignore @@ -1,3 +1,4 @@ +.project bigbluebutton-0.63.war stacktrace.log lib diff --git a/bigbluebutton-web/.project b/bigbluebutton-web/.project deleted file mode 100755 index c28475f6b7..0000000000 --- a/bigbluebutton-web/.project +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>bigbluebutton-web</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.codehaus.groovy.eclipse.groovyBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.groovy.core.groovyNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.codehaus.groovy.eclipse.groovyNature</nature> - </natures> -</projectDescription> diff --git a/deskshare/.gitignore b/deskshare/.gitignore index f16781958c..8de66347f2 100644 --- a/deskshare/.gitignore +++ b/deskshare/.gitignore @@ -1,3 +1,4 @@ +.scala_dependencies .classpath .gradle/ .project -- GitLab