.gitignore 616 Bytes
Newer Older
GZhao's avatar
GZhao committed
1
2
3
4
5
6
7
8
9
10
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
build/
dist/
starmodel/
cpism_refdata/
*.egg-info
GZhao's avatar
GZhao committed
11
12
13
14
example/example_output

refdata/starmodel
refdata/target_model
GZhao's avatar
GZhao committed
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

# Other files and folders
.settings/
_*/

~*
.VSCodeCounter
.vscode
*.log
output/
*.log.*
/*.fits

docs/notebooks/image_files/_*

# unitest output
tests/.coverage
tests/htmlcov/
GZhao's avatar
GZhao committed
33
tests/*.xml
GZhao's avatar
GZhao committed
34
35
36
37
38
39
40
41
42
43

# Executables
*.swf
*.air
*.ipa
*.apk

# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.