• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Produced files
2.mbedignore
3build/*
4
5# IDE related files
6nbproject
7*.sublime-project
8*.sublime-workspace
9.idea
10
11# Random Trash
12*.swp
13*.swo
14*~
15core
16vgcore.*
17*.orig
18*.directory
19*.patch
20.tags*
21cscope.*
22__pycache__
23*.pyc
24.DS_Store
25
26# ctags and ID database
27tags
28ID
29
30# targets
31jerry-targetjs.h
32.output
33targets/esp8266/output.map
34targets/esp8266/libs
35
36# Generated documentation
37docs/doxygen
38
39# Tests
40tests/test262/
41.vs
42