diff options
Diffstat (limited to 'src/attr.h')
-rw-r--r-- | src/attr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attr.h b/src/attr.h index a35b1160f..78cfb57c6 100644 --- a/src/attr.h +++ b/src/attr.h @@ -12,6 +12,7 @@ #define GIT_ATTR_CONFIG "core.attributesfile" #define GIT_IGNORE_CONFIG "core.excludesfile" +#define GIT_IGNORE_CONFIG_DEFAULT ".config/git/ignore" typedef struct { int initialized; |