-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (55 loc) · 1.46 KB
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Compiled source and other garbage #
#####################################
*.pyc
*.swp
# Directories with potential license restrictions that prevent re-distribution #
################################################################################
dictionaries/restricted/*
tools/restricted/*
# Dictionaries pulled from Github #
###################################
dictionaries/fuzzdb
# 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
zest/release.hash
zest/README.md
# Pycharm (Jetbrains) IDE Specific files #
##########################################
.idea/*
# PyDev (Eclipse) IDE Specific Files #
######################################
.metadata
bin/
tmp/
*.tmp
*.bak
local.properties
.settings/
.loadpath
*.project
*.pydevproject
# YouCompleteMe - VIM plugin Specific Files #
#############################################
.ycm_extra_conf.py
# Backup files generated by text editors #
##########################################
*.*~