bazad / memctl

An iOS kernel introspection tool.
https://bazad.github.io/2017/09/live-kernel-introspection-ios/
MIT License
226 stars 29 forks source link

Added .gitignore file #1

Closed sferrini closed 6 years ago

sferrini commented 6 years ago

This PR just adds a gitignore file to ignore the obj, bin, lib and core directories

bazad commented 6 years ago

Hey @sferrini, thanks for your contribution! My current preferred style is to exclude .gitignore files from the repository, but I may change my mind later.

sferrini commented 6 years ago

That's fine, I did this PR because if you are the only developer, and you keep the .gitignore file locally you have no problems, but if someone it's working on fixes/features, without the gitignore his working directory keeps to be dirty all the time, with the risk of committing those unwanted files.