commit b127dac87463577fbe0585e96d5f1823ec590575 Author: Johannes Blume Date: Sat Mar 2 08:22:06 2013 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..620d3dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f92176 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +rainmeter-python +================ + +Plugin for Rainmeter enabling Python scripting \ No newline at end of file