ignore generated binary files while debugging
authorBenjamin Auder <benjamin.auder@somewhere>
Tue, 7 Mar 2017 02:01:42 +0000 (03:01 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Tue, 7 Mar 2017 02:01:42 +0000 (03:01 +0100)
.gitignore
epclust/R/main.R

index 90472d7..af4c22c 100644 (file)
@@ -14,6 +14,9 @@
 *~
 *.swp
 
+#ignore binary files generated by claws() [TEMPORARY, DEBUG]
+.epclust_bin/
+
 #ignore R session files
 .Rhistory
 .RData
index b09e934..a982f4c 100644 (file)
@@ -131,7 +131,7 @@ claws = function(getSeries, K1, K2,
        nbytes = .toInteger(nbytes, function(x) x==4 || x==8)
 
        # Serialize series if required, to always use a function
-       bin_dir = ".epclust.bin/"
+       bin_dir = ".epclust_bin/"
        dir.create(bin_dir, showWarnings=FALSE, mode="0755")
        if (!is.function(getSeries))
        {