repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1930352 - Fix android lint failure. a=lint-fix CLOSED TREE
[gecko.git]
/
gfx
/
wr
/
.gitignore
blob
849001b76c26efa478c8c98d52b89f4672c5ebf5
1
target/
2
*~
3
*#
4
5
# WR internals
6
captures
7
wrench/json_frames
8
wrench/ron_frames
9
10
# Editors
11
*.swp
12
*.swo
13
14
# IntelliJ
15
.idea
16
*.iws
17
*.iml
18
19
# Gradle
20
.gradle
21
22
# VSCode
23
.vscode
24
.vs
25
26
# System
27
.fuse_hidden*