mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
75 lines
855 B
Plaintext
75 lines
855 B
Plaintext
|
|
# standard directories for derived files in CASROOT
|
|
/.adm
|
|
/.cache
|
|
/.vscode
|
|
/lin
|
|
/mac
|
|
/wnt
|
|
/doc
|
|
/inc
|
|
/work
|
|
|
|
# standard names of directories for objects and binaries on Windows
|
|
win32
|
|
win64
|
|
|
|
# project files and artifacts
|
|
/adm/msvc
|
|
/adm/wnt
|
|
/adm/lin
|
|
/adm/mac
|
|
/adm/make
|
|
*.vcproj*user
|
|
*.vcxproj*user
|
|
*.csproj*user
|
|
*.ncb
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
*.VC.db
|
|
*.VC.opendb
|
|
*.ipch
|
|
*.aps
|
|
*.DS_Store
|
|
|
|
# test results
|
|
/results*
|
|
|
|
# Emacs backup files
|
|
*~
|
|
|
|
# Generated files
|
|
/*.am
|
|
/*.m4
|
|
/*.ac
|
|
/*.sh
|
|
/codeblocks.bat
|
|
/custom.bat
|
|
/autom4te.cache
|
|
/build_configure
|
|
/configure
|
|
/make
|
|
/config.*
|
|
/Makefile
|
|
/libtool
|
|
/stamp*
|
|
/build*
|
|
/install*
|
|
/tools/build*
|
|
|
|
# Coding agents instructions (keep .github/copilot-instructions.md)
|
|
/.CLAUDE.md
|
|
/.AGENT.md
|
|
/.GEMINI.md
|
|
/.COPILOT.md
|
|
/.CURSOR.md
|
|
/.CODEIUM.md
|
|
/.TABNINE.md
|
|
/.CHATGPT.md
|
|
/.BARD.md
|
|
/.PERPLEXITY.md
|
|
/.CONTINUE.md
|
|
/.AIDER.md
|
|
/.WINDSURF.md
|