From b5761ea4434915caeedf710c2d95cd2642540b77 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 23 Feb 2020 21:05:19 +0100 Subject: Update gitignore, clean up `git status` * allow for a "local" folder with stuff that git does not list * ignore local Lua scripts * ignore icon tool binary --- .gitignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7b17d10397..87848f6e70 100644 --- a/.gitignore +++ b/.gitignore @@ -54,7 +54,7 @@ tags /gtk2_ardour/po/*.mo /gtk2_ardour/*.pot /libs/ardour/po/*.mo -/libs/ardour/ardour3.pot +/libs/ardour/ardour*.pot /libs/ardour/libardour.pot /libs/gtkmm2ext/po/*.mo /libs/gtkmm2ext/libgtkmm2ext.pot @@ -132,9 +132,15 @@ tags /MSVCMixbus3/MSVCMixbus3.vsprops /MSVCardour3/MSVCMixbus3.vsprops +/MSVCvst_scan/vst_scan.rc /icons/win32/msvc_resources.rc -/tools/osx_packaging/Ardour/*.app +/tools/osx_packaging/Ardour/*.app /tools/doxy2json/doxy2json +/tools/icons/icon -/MSVCvst_scan/vst_scan.rc +# local dev scripts +/share/scripts/_-*.lua + +# misc custom files git should ignore +/local -- cgit v1.2.3