-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
39 lines (32 loc) · 924 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
# ignore contents of test_data directory
/test_data/*
# ignore pycharm project files
/.idea
# ignore all python compiled binaries
*/__pycache__/*
**.pyc
# ignore Mac .DS_Store files
**.DS_Store
# do not track local user settings/credentials
chmap/settings/app.py
chmap/settings/app_*.py
chmap/settings/e_key.bin
chmap/settings/e_cred.bin
# ignore compiled binaries in ezseg
software/ezseg/**
!software/ezseg/*.f
!software/ezseg/*.pyf
!software/ezseg/*.cu
!software/ezseg/*.sh
!software/ezseg/CHANGELOG
!software/ezseg/README_compile
# ignore the output folders in schema_viz (except schema diagrams)
schema_viz/mysql/output/*
!schema_viz/mysql/output/diagrams
schema_viz/mysql/output/diagrams/*
!schema_viz/mysql/output/diagrams/summary
schema_viz/sqlite/output/*
!schema_viz/sqlite/output/diagrams
schema_viz/sqlite/output/diagrams/*
!schema_viz/sqlite/output/diagrams/summary
/chmap/coronal_holes/tracking/results/