googleprojectzero / domato

DOM fuzzer
https://googleprojectzero.blogspot.ch/2017/09/the-great-dom-fuzz-off-of-2017.html
Apache License 2.0
1.69k stars 278 forks source link

Add a gitignore file #41

Closed bookholt closed 1 year ago

bookholt commented 1 year ago

Having a .gitignore is handy. This one has some extra stuff in it that's probably not strictly necessary in most cases, but it also doesn't seem unreasonable to me.

ifratric commented 1 year ago

Thanks for contributing! (Will review the other submission as well).

As a huge fan of minimalism in software development: Which lines do you think would be actually relevant for the project? E.g. what prompted you to add the file.

On the other hand, there are also lines that can be added to account for problems I encountered before, specifically

bookholt commented 1 year ago

I removed a few stanzas that seem unlikely to be necessary for Domato use cases that I could imagine, and I also added an entry for .DS_Store.

ifratric commented 1 year ago

Cool, thanks!