forked from microsoft/omi
-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitignore
53 lines (50 loc) · 858 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# git ignore file for omi project
/Packages
/Unix/GNUmakefile
/Unix/installbuilder/nuget
/Unix/output
/Unix/output1
/Unix/output2
/Unix/output3
/Unix/output4
/Unix/output_openssl_0.9.8/
/Unix/output_openssl_1.0.0/
/Unix/output_openssl_1.1.0/
nits.log
/Unix/tests/oi/out.c.txt
/Unix/etc/ssl/certs/omikey.pem
/Unix/etc/ssl/certs/omi.pem
/Unix/etc/ssl/certs/omi.der
/Unix/etc/creds
__pycache__/
.idea/
*.pyc
*.swp
/build-*.sh
/krb5.conf
/omi.version
/test-*.sh
/ci-*.zip
/Unix/build-*
/integration_environment/.vagrant
/integration_environment/cert_setup
/integration_environment/exchange*
/integration_environment/test_results.md
/integration_environment/PSWSMan.zip
/build
/psl-omi-provider/repo
# C# artifacts
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/