commit 26a23964ba2dd33a0bb0e055f4d12dc0939a00db Author: Jari Vetoniemi Date: Tue Mar 18 09:20:33 2014 -0700 Initial commit 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..c2c33c4 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +bemenu +====== + +Dynamic menu library and client program inspired by dmenu