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.*