Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 34 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,38 @@
# Install directories
/bin/
/cfg/
/db/
/dbd/
/html/
/include/
/lib/
/templates/

# Local configuration files
/configure/*.local
/configure/os

# iocBoot generated files
/iocBoot/*ioc*/cdCommands
/iocBoot/*ioc*/dllPath.bat
/iocBoot/*ioc*/envPaths
/iocBoot/*ioc*/relPaths.sh

# iocsh
.iocsh_history

# Build directories
O.*/
_build/

# Common files created by other tools
.DS_Store

# Python related
*.pyc
*.pyo
python*

# extras
*~
*.dbl
O.*
bin
include
lib
db
dbd
python*
_build
envPaths
configure/os
1 change: 0 additions & 1 deletion configure/.gitignore

This file was deleted.

Loading