ignore generated binary files while debugging
[epclust.git] / .gitignore
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