diff --git a/.gitignore b/.gitignore index 6028dba..3092f06 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,6 @@ .kdev_include_paths .kdev4/ -bin/*-dssi/ -bin/*.lv2/ -bin/glBars +bin/ +build/ + diff --git a/bin/README b/bin/README deleted file mode 100644 index f90c628..0000000 --- a/bin/README +++ /dev/null @@ -1,3 +0,0 @@ -All final plugin builds will be placed in this folder. - -There is no "make install" process, simply copy those files to their appropriate place.