Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | .idea/ |
2 | .project | ||||
3 | .classpath | ||||
4 | .settings/ | ||||
5 | target/ | ||||
efiacor | 125390b | 2020-05-06 01:14:00 +0100 | [diff] [blame] | 6 | temp/ |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 7 | autorelease/build/*/ |
8 | autorelease/dist | ||||
9 | log.html | ||||
10 | output.xml | ||||
11 | report.html | ||||
12 | env.properties | ||||
13 | .vagrant | ||||
14 | /archives/ | ||||
Gary Wu | e83384b | 2018-10-03 07:47:58 -0700 | [diff] [blame] | 15 | *.jar |
16 | *.zip | ||||
17 | *.tar | ||||
18 | *.gz | ||||
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 19 | *.log |
20 | .vagrant | ||||
21 | *~ | ||||
22 | .checkstyle | ||||
23 | .DS_Store | ||||
24 | .idea | ||||
25 | *.iml | ||||
kurczews | 69d689a | 2019-04-08 12:12:46 +0200 | [diff] [blame] | 26 | *.pyc |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 27 | |
28 | /bin/ | ||||
Jan Malkiewicz | d49ea4a | 2020-09-18 14:50:26 +0200 | [diff] [blame^] | 29 | /venv/* |
30 | |||||
31 | /tests/aaf/certservice/tmp/* |