-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
107 lines (94 loc) · 2.3 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# exclude everything below from versioning
# temp, share and dumb folders
__backup/
__backup/*
__temp/
__temp/*
__share/
__share/*
# docs folder
docs/html
docs/latex
docs/dox/html
docs/dox/latex
# library folder
library/autoexec/_old*.sas
library/autoexec/TMP_SUPPORT.sas
library/autoexec/_module_.sas
library/autoexec/_support_.sas
library/autoexec/_support_macros_.sas
library/autoexec/_configuration_.sas
library/autoexec/cfg_SAS_PING.sas
library/autoexec/_silc*.sas
library/autoexec/.cfg*.sas
library/catalog
library/catalog/*
library/pgm/TODO_*
library/macros
library/macros/*
# 5.1_Integration folder
5.1_Integration/meta/*.xls
5.1_Integration/meta/*.xlsx
5.1_Integration/meta/*.lnk
5.1_Integration/meta/COUNTRIES.csv
5.1_Integration/meta/VARIABLE_LABELVALUE_H.csv
5.1_Integration/meta/VARIABLE_LABELVALUE_P.csv
5.1_Integration/pgm/TODO_*
# 5.5_Estimation folder
5.5_Estimation/meta/*.xls
5.5_Estimation/meta/*.xlsx
5.5_Estimation/meta/*.lnk
5.5_Estimation/meta/COUNTRY_MAN_SCH_AGE.csv
5.5_Estimation/meta/META_IDX2005xCOUNTRY.csv
5.5_Estimation/meta/NUTS.csv
5.5_Estimation/pgm/TODO_*
# 5.5_Extraction folder
5.5_Extraction/meta/*.xls
5.5_Extraction/meta/*.xlsx
5.5_Extraction/meta/*.lnk
5.5_Extraction/meta/_old_rate_ppp.csv
#5.5_Extraction/meta/idx2005.csv*
5.5_Extraction/meta/VARIABLE_LABEL_IDB.csv
5.5_Extraction/meta/VARIABLE_LABEL_PDB.csv
5.5_Extraction/pgm/TODO_*
# 5.7_Aggregates folder
5.7_Aggregates/meta/*.xls
5.7_Aggregates/meta/*.xlsx
5.7_Aggregates/meta/*.lnk
#5.7_Aggregates/meta/ccwgh60.csv*
#5.7_Aggregates/meta/Total\ population\ 97\ to\ 2014.xls*
5.7_Aggregates/pgm/__tmp
5.7_Aggregates/pgm/__tmp/*
5.7_Aggregates/pgm/__old/
5.7_Aggregates/pgm/__old/*
5.7_Aggregates/pgm/aggregate_*.sas
5.7_Aggregates/pgm/*_aggregate.sas
# 6.3_Analysis folder
# ok
# 6.4_Anonymisation folder
#6.4_Anonymisation/data/
#6.4_Anonymisation/data/*
6.4_Anonymisation/data.lnk
6.4_Anonymisation/pgm/udb_adhoc_*
6.4_Anonymisation/pgm/udb_*
# 7.1_Upload folder
7.1_Upload/pgm/__old/
7.1_Upload/pgm/__old/*
# 7.3_Dissemination folder
7.3_Dissemination/data.lnk
#7.3_Dissemination/data/
#7.3_Dissemination/data/*
7.3_Dissemination/pgm/__old/
7.3_Dissemination/pgm/__old/*
# 7.3_Dissemination/data*
# 7.4_Services folder
# ok
# 7.4_Visualisation folder
# ok
.gitignore
.Rproj.user
.Rhistory
.DS_Store
PING.Rproj
.metadata
.metadata/*