On 16/06/2015 23:49, sebb wrote:
But the pull request is rather different.
Ok but what is your root cause to commit a .gitignore file today? this PR #24 or another reason? If that is the PR #24, seems a good thing to close this PR, even if the list is different.
On 16 June 2015 at 21:54, Milamber <[email protected]> wrote:Sebb, Perhaps modify the message of the commit to include the "close" section on Github? "To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #24 " On 16/06/2015 17:35, [email protected] wrote:Author: sebb Date: Tue Jun 16 17:35:05 2015 New Revision: 1685876 URL: http://svn.apache.org/r1685876 Log: Initial stab at gitignore file Added: jmeter/trunk/.gitignore Added: jmeter/trunk/.gitignore URL: http://svn.apache.org/viewvc/jmeter/trunk/.gitignore?rev=1685876&view=auto ============================================================================== --- jmeter/trunk/.gitignore (added) +++ jmeter/trunk/.gitignore Tue Jun 16 17:35:05 2015 @@ -0,0 +1,23 @@ +# Directory trees to ignore +backups/ +build/ +dist/ +local/ +printable_docs/ +reports/ +site/ +target/ + +# specific files to ignore +*.log +.checkstyle +.classpath +.externalToolBuilders +.fbwarnings +.fbprefs +.pmd +.project +.settings + +build-local.properties +jmeter-fb.*
