gitignore cleanup + comments

This commit is contained in:
Jeremy Lorelli
2025-10-08 09:40:21 -05:00
committed by Andrew Johnson
parent 4c4f2f075f
commit d00ce1bc0a
3 changed files with 11 additions and 16 deletions
+3 -5
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
+3 -5
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