gitignore cleanup + comments
This commit is contained in:
committed by
Andrew Johnson
parent
4c4f2f075f
commit
d00ce1bc0a
11
.gitignore
vendored
11
.gitignore
vendored
@@ -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
|
||||
|
||||
8
src/template/base/top/.gitignore
vendored
8
src/template/base/top/.gitignore
vendored
@@ -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
|
||||
|
||||
8
src/template/ext/top/.gitignore
vendored
8
src/template/ext/top/.gitignore
vendored
@@ -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