Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2012-08-08 15:44:25 +0000
committerNitin Dahyabhai2012-08-08 15:44:25 +0000
commit61fe903272188aec8379e21365820962a5ffb2eb (patch)
treed9e9c0c39ee6d11db7a04d8e0f2a79a2aea782db
parentdbac4e46ce90ca74a3f44728105596597357bb5d (diff)
downloadwebtools.sourceediting.xsl.tests-61fe903272188aec8379e21365820962a5ffb2eb.tar.gz
webtools.sourceediting.xsl.tests-61fe903272188aec8379e21365820962a5ffb2eb.tar.xz
webtools.sourceediting.xsl.tests-61fe903272188aec8379e21365820962a5ffb2eb.zip
[385446] Move the WTP Source Editing project to Git
-rw-r--r--.gitignore32
1 files changed, 32 insertions, 0 deletions
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

Back to the top