From d00ce1bc0ab6f14ee8bbfb9c2b4d20bfd701a988 Mon Sep 17 00:00:00 2001 From: Jeremy Lorelli Date: Wed, 8 Oct 2025 07:30:41 -0700 Subject: [PATCH] gitignore cleanup + comments --- .gitignore | 11 +++++------ src/template/base/top/.gitignore | 8 +++----- src/template/ext/top/.gitignore | 8 +++----- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 046630981..2f54c20c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# Before adding patterns here, please read the gitignore +# documentation at https://git-scm.com/docs/gitignore /cfg/ /bin/ /lib/ @@ -11,11 +13,8 @@ /modules/RELEASE.*.local /modules/Makefile.local O.*/ -/QtC-* -/.qtc_* -/.vscode/ -*.orig *.log -.*.swp -.DS_Store .iocsh_history + +# Common files generated by other tools +.DS_Store diff --git a/src/template/base/top/.gitignore b/src/template/base/top/.gitignore index a3960f2d2..8b9a1c9c0 100644 --- a/src/template/base/top/.gitignore +++ b/src/template/base/top/.gitignore @@ -2,6 +2,9 @@ # # SPDX-License-Identifier: EPICS +# Before adding patterns here, please read the gitignore +# documentation at https://git-scm.com/docs/gitignore + # Install directories /bin/ /cfg/ @@ -28,9 +31,4 @@ O.*/ # Common files created by other tools -/QtC-* -/.vscode/ -*.orig -*.log -.*.swp .DS_Store diff --git a/src/template/ext/top/.gitignore b/src/template/ext/top/.gitignore index 51edcf53e..febbdf4d6 100644 --- a/src/template/ext/top/.gitignore +++ b/src/template/ext/top/.gitignore @@ -2,6 +2,9 @@ # # SPDX-License-Identifier: EPICS +# Before adding patterns here, please read the gitignore +# documentation at https://git-scm.com/docs/gitignore + # Install directories /bin/ /cfg/ @@ -19,9 +22,4 @@ O.*/ # Common files created by other tools -/QtC-* -/.vscode/ -*.orig -*.log -.*.swp .DS_Store