forked from xdress/xdress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (42 loc) · 947 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
# Ignore possible build & documentation
docs/_build/
build/
dist/
*egg-info/
MANIFEST
# Ignore temp files
*.pyc
*.save
*.bak
.*.swp
*~
# Ignore OSX .DS_Store files
*.DS_Store
tests/inst/
tests/build/
tests/xdtest/tests/
tests/xdtest/xdstlc.*
tests/xdtest/stlcontainers.*
tests/xdtest/xdtest_extra_types.*
tests/src/xdtest_extra_types.h
tests/xdtest/cpp_bright.pxd
tests/xdtest/cpp_pybright.pxd
tests/xdtest/cpp_enrichment.pxd
tests/xdtest/cpp_enrichment_parameters.pxd
tests/xdtest/cpp_fccomp.pxd
tests/xdtest/cpp_reprocess.pxd
tests/xdtest/bright.pyx
tests/xdtest/bright.pxd
tests/xdtest/pybright.pyx
tests/xdtest/pybright.pxd
tests/xdtest/enrichment.pxd
tests/xdtest/enrichment.pyx
tests/xdtest/enrichment_parameters.pxd
tests/xdtest/enrichment_parameters.pyx
tests/xdtest/fccomp.pxd
tests/xdtest/fccomp.pyx
tests/xdtest/reprocess.pxd
tests/xdtest/reprocess.pyx
tests/xdtest/c_pydevice.pxd
tests/xdtest/pydevice.pxd
tests/xdtest/pydevice.pyx