-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
65 lines (54 loc) · 980 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
54
55
56
57
58
59
60
61
62
63
64
65
syntax: glob
########################
# no old logfiles
*.log
*.0
STATUS.txt
*.out
###########################
# no auto generated files
generated_*
vss_generated_*
adrci_alert_spool.out
###########################
# no zip lib - please download sepeart
*.dll
PowershellZip.dll-help.xml
###################################
# not my local configuration
oracle_homes.xml
backup_config.xml
backup_file_config.xml
last_config_status.xml
mail_config.xml
md5_hash.xml_*
ORACLE_CREDENTIAL.xml
#################################
# No Test/dev Files
scratch.txt
*.pfx
*.cer
*.pvk
Phy_simple_ImageLoader_script/.idea/
header.txt
##############################
# unfinished stuff and playgrounds
# Libs/scripts not part of this library
callScript.ps1
#export
#db_creation
#db_info
#Overview-oraPowerShell.pptx
#sql\src\*
#sql\streams\*
#sql\src\*.txt
#tsc.sql
#sqldx.sql
#sqlhc*.sql
#used_options_details.sql
#resetOMSMetrik.sql
#sql\ext\*
#sql\wiki\*
#sql\work\*
#python
#ext\*