forked from ttdennis/fpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (31 loc) · 773 Bytes
/
.gitignore
File metadata and controls
38 lines (31 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.DS_Store
*.swp
# Frida devkit files
frida-core-devkit*
frida-core.h
libfrida-core.a
frida-devkit-*
# Temporary files from Frida version update script
.frida_old_version
.frida_new_version
.frida_version_changed
# Node.js files
node_modules
out/
*.dist.js
# Build artifacts
*.dSYM
fpicker-*
# Example binaries and test files
harness/examples/test-network/test-network
harness/examples/test/test
harness/examples/protocol_example/protocol_example
harness/examples/test-network/in/*
harness/examples/test/in/*
harness/examples/protocol_example/in/*
# Only explicitly add the two example corpus files
!harness/examples/test-network/in/0
!harness/examples/test-network/in/1
!harness/examples/test/in/0
!harness/examples/test/in/1
!harness/examples/protocol_example/in/1