aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: de8eea832f9b72a078e4a6a2ccae38f9fdf3181c (plain)
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
.idea/
.project
.classpath
.settings/
target/
temp/
autorelease/build/*/
autorelease/dist
log.html
output.xml
report.html
env.properties
.vagrant
/archives/
*.jar
*.tar
*.gz
*.log
.vagrant
*~
.checkstyle
.DS_Store
.idea
*.iml
*.pyc

/bin/
/venv/*

/tests/aaf/certservice/tmp/*
/tests/oom-platform-cert-service/postprocessor/tmp/*