gitignore cleanup + comments
This commit is contained in:
committed by
Andrew Johnson
parent
4c4f2f075f
commit
d00ce1bc0a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user