Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master 768820254 -> da9e59218


Add IDE files to gitignore


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/da9e5921
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/da9e5921
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/da9e5921

Branch: refs/heads/master
Commit: da9e59218fa869d9087c5d87a6c3c18442ca3660
Parents: 7688202
Author: Francis Chuang <francischu...@apache.org>
Authored: Mon Apr 23 11:38:22 2018 +1000
Committer: Francis Chuang <francischu...@apache.org>
Committed: Mon Apr 23 11:38:22 2018 +1000

----------------------------------------------------------------------
 .gitignore | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/da9e5921/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 2267a66..33d2e91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,23 @@
 vendor/
 avatica-tmp/
 dist/
+
+# intellij
+.idea
+*.iml
+settings.xml
+.classpath.txt
+.fullclasspath.txt
+
+# eclipse
+.project
+.buildpath
+.classpath
+.settings
+.checkstyle
+
+# netbeans
+nb-configuration.xml
+*/nb-configuration.xml
+
+# End .gitignore
\ No newline at end of file

Reply via email to