From efb4fba78c3d62d5719625d3fbeb522945b35014 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 16 May 2015 23:45:29 +0200 Subject: [PATCH] Convert svn:ignore properties to .gitignore. --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f247c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ + +# /src/ +/src/*.P +/src/*.a +/src/ecoPrimer + +# /src/libecoPCR/ +/src/libecoPCR/*.P +/src/libecoPCR/*.a + +# /src/libecoprimer/ +/src/libecoprimer/*.P +/src/libecoprimer/*.a + +# /src/libthermo/ +/src/libthermo/*.P