[nobug] switch from .cvsignore to .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc04a90 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,32 @@ +# copied from eclipse.platform.debug/.gitignore +/*/bin/ +*~ +*.rej +*.bak +javacore.* +heapdump.* +core.* +Snap.* + +# suggested by github +*.log +*.sql +*.sqlite +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +Icon? +ehthumbs.db +Thumbs.db +desktop.ini +*.stackdump + +#from many .cvsignore files +build.xml +temp.folder +@dot +src.zip +.fbwarnings +javaCompiler...args
diff --git a/org.eclipse.wst.common.snippets.tests/.cvsignore b/org.eclipse.wst.common.snippets.tests/.cvsignore deleted file mode 100644 index af21aeb..0000000 --- a/org.eclipse.wst.common.snippets.tests/.cvsignore +++ /dev/null
@@ -1,8 +0,0 @@ -bin -build.xml -temp.folder -snippettests.jar -org.eclipse.wst.common.snippets.tests_1.0.0.zip -snippetstests.jar -snippetstestssrc.zip -javaCompiler.snippetstests.jar.args
diff --git a/org.eclipse.wst.common.snippets/.cvsignore b/org.eclipse.wst.common.snippets/.cvsignore deleted file mode 100644 index 6e203ae..0000000 --- a/org.eclipse.wst.common.snippets/.cvsignore +++ /dev/null
@@ -1,10 +0,0 @@ -bin -snippets.jar -build.xml -temp.folder -org.eclipse.wst.sse.snippets_1.0.0.jar -org.eclipse.wst.sse.snippets_1.0.0.zip - -@dot -src.zip -javaCompiler...args