Cleaning first stage

This commit is contained in:
2019-03-29 16:40:36 +01:00
parent 06178d9d61
commit cdd5975e8b
9 changed files with 44 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
/.DS_Store
/testpip/
/toto.obidms/
/build/
/3_Hornung_testseq.fastq
/unittests/
/setup.py.old
/obitools.test/
/save.temp/
/sample/
/obitmp/

18
.project Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>obitools3</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

5
.pydevproject Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
</pydev_project>

1
doc/sphinx/build_dir.txt Normal file
View File

@ -0,0 +1 @@
build/lib.macosx-10.9-x86_64-3.7

1
python/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.DS_Store

1
python/obitools3/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.DS_Store

1
python/obitools3/commands/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.DS_Store

1
python/obitools3/dms/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.DS_Store

5
src/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/CMakeFiles/
/CMakeCache.txt
/cmake_install.cmake
/libcobitools3.dylib
/Makefile