gitignore cleanup + comments

This commit is contained in:
Jeremy Lorelli
2025-10-08 07:30:41 -07:00
committed by Andrew Johnson
parent 4c4f2f075f
commit d00ce1bc0a
3 changed files with 11 additions and 16 deletions

11
.gitignore vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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