yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
23 stars 38 forks source link

Add to ignore installed files #325

Closed timur-harin closed 5 months ago

timur-harin commented 5 months ago

@yegor256 When stop before end or with unsuccessful result sudo make install

We have a lot of untracked files about install-tl which are not in gitignore of project

Untracked files: (use "git add <file>..." to include in what will be committed) install-tl.log install-tl.zip.1 install-tl.zip.2 install-tl.zip.3 install-tl.zip.4 install-tl/

I think we need to add them in gitignore

timur-harin commented 5 months ago

@yegor256 I solved this issue in PR #326

timur-harin commented 5 months ago

@yegor256 Close this issue because PR #326 was merged