aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore18
-rw-r--r--README.md2
2 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9fa3b1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Object files
+*.o
+*.ko
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..46ddf29
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+pebble-battery-monitor
+======================