mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
The patch changes the cmakelists of the doctests to extract the test sources from the markdown docs into the binary tree. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
42 lines
413 B
Plaintext
42 lines
413 B
Plaintext
# Produced files
|
|
.mbedignore
|
|
build/*
|
|
|
|
# IDE related files
|
|
nbproject
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.idea
|
|
|
|
# Random Trash
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
core
|
|
vgcore.*
|
|
*.orig
|
|
*.directory
|
|
*.patch
|
|
.tags*
|
|
cscope.*
|
|
__pycache__
|
|
*.pyc
|
|
.DS_Store
|
|
|
|
# ctags and ID database
|
|
tags
|
|
ID
|
|
|
|
# targets
|
|
jerry-targetjs.h
|
|
.output
|
|
targets/esp8266/output.map
|
|
targets/esp8266/libs
|
|
|
|
# Generated documentation
|
|
docs/doxygen
|
|
|
|
# Tests
|
|
tests/test262/
|
|
.vs
|