Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
afff267f
Commit
afff267f
authored
Jul 18, 2016
by
Philippe Mouchel
Browse files
Ignre fabfile file in git dirt checkout
parent
64a0c740
Changes
1
Hide whitespace changes
Inline
Side-by-side
git.py
View file @
afff267f
...
...
@@ -49,6 +49,9 @@ def isGitDirty():
if
(
len
(
filesStatusRawInfo
)
>
0
):
for
fileStatus
in
filesStatusRawInfo
:
fileStatusData
=
fileStatus
.
split
()
# Break loop if filename is "fabfile"
if
fileStatusData
[
1
]
==
'fabfile'
:
break
nbWarnings
+=
1
print
yellow
(
'File "'
+
fileStatusData
[
1
]
+
'" '
+
{
'M'
:
'has un-commited modifications.'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment