major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[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