Browse Source

Add gitignore to constants

Bug: 291133
Change-Id: I24272d029cff446ffc80063870478577d628f338
Reviewed-by: Alex Blewitt <alex.blewitt@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
stable-0.7
Mykola Nikishov 15 years ago committed by Shawn O. Pearce
parent
commit
5208e50b4e
  1. 3
      org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java

3
org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java

@ -255,6 +255,9 @@ public final class Constants {
/** Beginning of the common "Signed-off-by: " commit message line */ /** Beginning of the common "Signed-off-by: " commit message line */
public static final String SIGNED_OFF_BY_TAG = "Signed-off-by: "; public static final String SIGNED_OFF_BY_TAG = "Signed-off-by: ";
/** A gitignore file name */
public static final String GITIGNORE_FILENAME = ".gitignore";
/** /**
* Create a new digest function for objects. * Create a new digest function for objects.
* *

Loading…
Cancel
Save