harvardinformatics / JAuth

Java GUI client to generate Google authentication codes
MIT License
198 stars 50 forks source link

Add ignore file to cover build output #12

Open jbuttery opened 10 years ago

jbuttery commented 10 years ago

Create a basic .gitignore file to cover the output files created by the build process.

Before you merge this pull request It's worth noting that while I'm a pretty advanced git user, I'm not an expert Java programmer (although I did write a program to evaluate arbitrarily complex arithmetic expressions involving multi-sided die roll notation -- think tabletop RPGs -- which is pretty nerdy even for a Java programmer :P) so I would recommend that if you do plan to merge this pull request, take a close look at the directories/patterns listed and make sure it's not getting anything that's not "build output"; you're almost certainly more familiar with the specifics of the Java build process than I am, so you may spot something that shouldn't be in there.