Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2012-08-08 15:37:51 +0000
committerNitin Dahyabhai2012-08-08 15:37:51 +0000
commit0c8c37685d46a8134afa9bd3a4d4a82fff60d7a4 (patch)
tree1a838eb6c743bae301b7b8227134f2cd1b81259d /.gitignore
parent5f15bb44cdf37495f0cfc7c8e7d498cbb35b52b3 (diff)
downloadwebtools.sourceediting-0c8c37685d46a8134afa9bd3a4d4a82fff60d7a4.tar.gz
webtools.sourceediting-0c8c37685d46a8134afa9bd3a4d4a82fff60d7a4.tar.xz
webtools.sourceediting-0c8c37685d46a8134afa9bd3a4d4a82fff60d7a4.zip
[385446] Move the WTP Source Editing project to Git
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..cc04a90df0
--- /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