[WRTJS] Fix a gcc build error caused by function/class ambiguity
[platform/framework/web/chromium-efl.git] / electron / .gitignore
1 .DS_Store
2 .env
3 .gclient_done
4 **/.npmrc
5 .tags*
6 .vs/
7 .vscode/
8 *.log
9 *.pyc
10 *.sln
11 *.swp
12 *.VC.db
13 *.VC.VC.opendb
14 *.vcxproj
15 *.vcxproj.filters
16 *.vcxproj.user
17 *.xcodeproj
18 /.idea/
19 /dist/
20 node_modules/
21 SHASUMS256.txt
22 **/package-lock.json
23 compile_commands.json
24 .envrc
25
26 # npm package
27 /npm/dist
28 /npm/path.txt
29 /npm/checksums.json
30
31 .npmrc
32
33 # Generated API definitions
34 electron-api.json
35 electron.d.ts
36
37 # Spec hash calculation
38 spec/.hash
39
40 # Eslint Cache
41 .eslintcache*
42
43 # Generated native addon files
44 /spec/fixtures/native-addon/echo/build/
45
46 # If someone runs tsc this is where stuff will end up
47 ts-gen
48
49 # Used to accelerate CI builds
50 .depshash
51 .depshash-target
52
53 # Used to accelerate builds after sync
54 patches/mtime-cache.json
55
56 spec/fixtures/logo.png