forked from owtf/owtf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (29 loc) · 895 Bytes
/
.gitignore
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
# Compiled source and other garbage #
#####################################
*.pyc
*.swp
# Directories with potential license restrictions that prevent re-distribution #
################################################################################
dictionaries/restricted/*
tools/restricted/*
# Tools with license restrictions that prevent re-distribution #
################################################################
*/sbd
# Defined OWTF tests with potential proprietary information #
################################################################
tests/restricted/*
# Directory with the output of OWTF
###################################
owtf_review/*
scans/*
# Unit Testing Framework files #
################################
tests/cover/*
tests/.coverage
tests/tests.log.html
# Zest jars #
#############
zest/zest_lib/*
zest/zest_runner_lib/*
zest/zest.jar
zest/zest_runner.jar