Skip to content

Commit 7372b08

Browse files
committed
Update .gitignore and fixed pre-commit.
1 parent c8c20b6 commit 7372b08

File tree

6 files changed

+3
-7
lines changed

6 files changed

+3
-7
lines changed

.githooks/pre-commit

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ do
1414
fi
1515
else
1616
echo "Skipping formatting of $FILE"
17-
if [[ $FILE == *.sh || $FILE == *.py || $FILE == *.rb ||
18-
$FILE == *pre-commit ]]; then
17+
if [[ $FILE == *.sh || $FILE == *.py || $FILE == *pre-commit ]]; then
1918
if [[ -e $FILE ]]; then
20-
echo "Changing $FILE permissions to 0755"
21-
chmod 0755 $FILE
2219
echo "Running dos2unix on $FILE"
2320
dos2unix $FILE
21+
echo "Changing $FILE permissions to 0755"
22+
chmod 0755 $FILE
2423
git add $FILE
2524
fi
2625
else

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ tlRender/debug_tests
3434
Qt5
3535
Qt6
3636
packages
37-
Debug
38-
Release
39-
RelWithDebInfo
4037
doc/doxygen
4138
examples/mrv2
4239
*__pycache__

bin/release/tag_release.sh

100644100755
File mode changed.

bin/release/upload_docs.sh

100644100755
File mode changed.

bin/release/upload_sourceforge.sh

100644100755
File mode changed.

bin/release/upload_www.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)