mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
955b20230c
Js test puppeteer * run_puppeteer.js / tests * js run test section * rollback html * whitespace * js: update OpenCV.js tests infrastructure * js: exclude puppeteer from default 'npm install' * js: update notes * js: more fixes in run_puppeteer * fix build folder
26 lines
199 B
Plaintext
26 lines
199 B
Plaintext
# ignore dot files/directories
|
|
.*
|
|
!.gitignore
|
|
|
|
*.autosave
|
|
*.pyc
|
|
*.user
|
|
*~
|
|
Thumbs.db
|
|
tags
|
|
tegra/
|
|
bin/
|
|
*.sdf
|
|
*.opensdf
|
|
*.obj
|
|
*.stamp
|
|
*.depend
|
|
*.rule
|
|
*.tmp
|
|
*/debug
|
|
*.suo
|
|
*.log
|
|
*.tlog
|
|
build
|
|
node_modules
|