major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[epclust.git] / old_C_code / .gitignore
diff --git a/old_C_code/.gitignore b/old_C_code/.gitignore
new file mode 100644 (file)
index 0000000..db6ef2b
--- /dev/null
@@ -0,0 +1,9 @@
+#ignore building files and folders
+build/
+
+#ignore "real" data (way too large)
+data/
+
+#ignore object files + library
+*.o
+*.so