diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c04c16 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +config.h +config.log +config.status +libtool +stamp-h1 +autom4te.cache + +Makefile +*/Makefile + +src/*.o +tools/masterquery.o +plugins/*.la +plugins/*.lo +plugins/.libs +src/.libs +tools/.libs + +src/hlswmaster +tools/masterquery diff --git a/autogen.sh b/autogen.sh old mode 100644 new mode 100755 diff --git a/configure b/configure old mode 100644 new mode 100755 diff --git a/ltmain.sh b/ltmain.sh old mode 100644 new mode 100755