TODO: defaults.R + complete parallel launch tasks in main.R
[epclust.git] / old_C_code / .gitignore
1 #ignore building files and folders
2 build/
3
4 #ignore "real" data (way too large)
5 data/
6
7 #ignore object files + library
8 *.o
9 *.so