Browse Source

Initial commit

yesido 3 years ago
commit
117a581740
2 changed files with 43 additions and 0 deletions
  1. 41 0
      .gitignore
  2. 2 0
      README.md

+ 41 - 0
.gitignore

@@ -0,0 +1,41 @@
+# ---> Eclipse
+*.pydevproject
+.metadata
+.gradle
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.settings/
+.loadpath
+
+# Eclipse Core
+.project
+
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# CDT-specific
+.cproject
+
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
+# Java annotation processor (APT)
+.factorypath
+
+# PDT-specific
+.buildpath
+
+# sbteclipse plugin
+.target
+
+# TeXlipse plugin
+.texlipse
+

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# test
+