diff options
author | Clément DAVID <clement.david@scilab-enterprises.com> | 2012-03-12 09:31:54 +0100 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> | 2012-03-12 09:35:29 +0100 |
commit | a2269fc157fdf486635b891d0501c361b2910efd (patch) | |
tree | d3a99e78e7e52dc5f0597dfc21074bd46096684a /git_hooks/pre-commit | |
parent | f0648e0b728de6e4707730f67142ab3496ba1090 (diff) | |
download | scilab-a2269fc157fdf486635b891d0501c361b2910efd.zip scilab-a2269fc157fdf486635b891d0501c361b2910efd.tar.gz |
Indent hooks: ignore generated files
Change-Id: I013617bfe1220101b6249d026409f43b25b02c87
Diffstat (limited to 'git_hooks/pre-commit')
-rwxr-xr-x | git_hooks/pre-commit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git_hooks/pre-commit b/git_hooks/pre-commit index 3c0bdb1..5853cb1 100755 --- a/git_hooks/pre-commit +++ b/git_hooks/pre-commit | |||
@@ -65,6 +65,7 @@ then | |||
65 | echo " git config --add astyle.ignored 'scilab/modules/*/src/jni/*.hxx' " | 65 | echo " git config --add astyle.ignored 'scilab/modules/*/src/jni/*.hxx' " |
66 | echo " git config --add astyle.ignored 'scilab/modules/*/src/jni/*.cpp' " | 66 | echo " git config --add astyle.ignored 'scilab/modules/*/src/jni/*.cpp' " |
67 | echo " git config --add astyle.ignored 'scilab/modules/*/src/jni/*.c' " | 67 | echo " git config --add astyle.ignored 'scilab/modules/*/src/jni/*.c' " |
68 | echo " git config --add astyle.ignored 'scilab/modules/javasci/src/java/org/scilab/modules/javasci/Call_Scilab*.java' " | ||
68 | echo | 69 | echo |
69 | 70 | ||
70 | ASTYLE_IGNORED="" | 71 | ASTYLE_IGNORED="" |