diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24d10c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +/.DS_Store +/testpip/ +/toto.obidms/ +/build/ +/3_Hornung_testseq.fastq +/unittests/ +/setup.py.old +/obitools.test/ +/save.temp/ +/sample/ +/obitmp/ diff --git a/.project b/.project new file mode 100644 index 0000000..7f81ba9 --- /dev/null +++ b/.project @@ -0,0 +1,18 @@ + + + obitools3 + + + + + + org.python.pydev.PyDevBuilder + + + + + + org.python.pydev.pythonNature + + + diff --git a/.pydevproject b/.pydevproject new file mode 100644 index 0000000..2b04565 --- /dev/null +++ b/.pydevproject @@ -0,0 +1,5 @@ + + + Default + python interpreter + diff --git a/doc/sphinx/build_dir.txt b/doc/sphinx/build_dir.txt new file mode 100644 index 0000000..077acd9 --- /dev/null +++ b/doc/sphinx/build_dir.txt @@ -0,0 +1 @@ +build/lib.macosx-10.9-x86_64-3.7 diff --git a/python/.gitignore b/python/.gitignore new file mode 100644 index 0000000..9bb88d3 --- /dev/null +++ b/python/.gitignore @@ -0,0 +1 @@ +/.DS_Store diff --git a/python/obitools3/.gitignore b/python/obitools3/.gitignore new file mode 100644 index 0000000..9bb88d3 --- /dev/null +++ b/python/obitools3/.gitignore @@ -0,0 +1 @@ +/.DS_Store diff --git a/python/obitools3/commands/.gitignore b/python/obitools3/commands/.gitignore new file mode 100644 index 0000000..9bb88d3 --- /dev/null +++ b/python/obitools3/commands/.gitignore @@ -0,0 +1 @@ +/.DS_Store diff --git a/python/obitools3/dms/.gitignore b/python/obitools3/dms/.gitignore new file mode 100644 index 0000000..9bb88d3 --- /dev/null +++ b/python/obitools3/dms/.gitignore @@ -0,0 +1 @@ +/.DS_Store diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..1296339 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,5 @@ +/CMakeFiles/ +/CMakeCache.txt +/cmake_install.cmake +/libcobitools3.dylib +/Makefile