summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 09:01:31 -0700
committerDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 09:01:31 -0700
commit1ddf27ea53704fedfb4add1ba6be587b2e1934b1 (patch)
treee531e851483cf67967dd3e51d2e99728a5bde81c
downloadcliff-1ddf27ea53704fedfb4add1ba6be587b2e1934b1.tar.gz
initial commit
-rw-r--r--.gitignore27
-rw-r--r--README.md4
2 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f24cd99
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+*.py[co]
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+
+#Translations
+*.mo
+
+#Mr Developer
+.mr.developer.cfg
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8d9ddf9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+cliff
+=====
+
+Command Line Interface Formulation Framework \ No newline at end of file