You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iota.apache.org by to...@apache.org on 2016/07/01 22:05:02 UTC

incubator-iota git commit: updated .gitignore

Repository: incubator-iota
Updated Branches:
  refs/heads/master 10042354c -> 5591de44b


updated .gitignore


Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/5591de44
Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/5591de44
Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/5591de44

Branch: refs/heads/master
Commit: 5591de44b4e6889a34243730daf47b90405e259e
Parents: 1004235
Author: Tony Faustini <to...@apache.org>
Authored: Fri Jul 1 15:04:55 2016 -0700
Committer: Tony Faustini <to...@apache.org>
Committed: Fri Jul 1 15:04:55 2016 -0700

----------------------------------------------------------------------
 .gitignore | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 81 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/5591de44/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 8d02cd4..7cad1f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,85 @@
 *.swo
 .DS_Store
 
-.idea/
 incubator-iota.iml
+
+*.class
+
+# sbt specific
+.cache
+.history
+.lib/
+dist/*
+target/
+lib_managed/
+src_managed/
+project/boot/
+project/plugins/project/
+
+# Scala-IDE specific
+.idea
+.scala_dependencies
+.worksheet
+
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyInstaller
+#  Usually these files are written by a python script from a template
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.coverage.*
+nosetests.xml
+coverage.xml
+*,cover
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+
+# hive data
+metastore_db/
+
+#nohup files
+nohup*.out