Add .gitignore files to the makeBase{App,Ext} templates
This commit is contained in:
@ -5,6 +5,7 @@ include $(TOP)/configure/CONFIG
|
||||
TEMPLATES_DIR = makeBaseApp
|
||||
|
||||
TEMPLATES += top/Makefile
|
||||
TEMPLATES += top/.gitignore
|
||||
TEMPLATES += top/configure/CONFIG
|
||||
TEMPLATES += top/configure/CONFIG_SITE
|
||||
TEMPLATES += top/configure/Makefile
|
||||
|
29
src/template/base/top/.gitignore
vendored
Normal file
29
src/template/base/top/.gitignore
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
# Install directories
|
||||
/bin/
|
||||
/cfg/
|
||||
/db/
|
||||
/dbd/
|
||||
/html/
|
||||
/include/
|
||||
/lib/
|
||||
/templates/
|
||||
|
||||
# Local configuration files
|
||||
/configure/*.local
|
||||
|
||||
# iocBoot generated files
|
||||
/iocBoot/*ioc*/cdCommands
|
||||
/iocBoot/*ioc*/dllPath.bat
|
||||
/iocBoot/*ioc*/envPaths
|
||||
/iocBoot/*ioc*/relPaths.sh
|
||||
|
||||
# Build directories
|
||||
O.*/
|
||||
|
||||
# Common files created by other tools
|
||||
/QtC-*
|
||||
/.vscode/
|
||||
*.orig
|
||||
*.log
|
||||
.*.swp
|
||||
.DS_Store
|
@ -5,6 +5,7 @@ include $(TOP)/configure/CONFIG
|
||||
TEMPLATES_DIR = makeBaseExt
|
||||
|
||||
TEMPLATES += top/Makefile
|
||||
TEMPLATES += top/.gitignore
|
||||
TEMPLATES += top/README
|
||||
TEMPLATES += top/configure/CONFIG
|
||||
TEMPLATES += top/configure/CONFIG_SITE
|
||||
|
20
src/template/ext/top/.gitignore
vendored
Normal file
20
src/template/ext/top/.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
# Install directories
|
||||
/bin/
|
||||
/cfg/
|
||||
/html/
|
||||
/include/
|
||||
/lib/
|
||||
|
||||
# Local configuration files
|
||||
/configure/*.local
|
||||
|
||||
# Build directories
|
||||
O.*/
|
||||
|
||||
# Common files created by other tools
|
||||
/QtC-*
|
||||
/.vscode/
|
||||
*.orig
|
||||
*.log
|
||||
.*.swp
|
||||
.DS_Store
|
Reference in New Issue
Block a user