We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bc6e2 commit 67cd8e9Copy full SHA for 67cd8e9
2 files changed
.gitignore
@@ -1,2 +1 @@
1
-__pycache__/
2
__pycache__
build/Linux/clean_up.sh
@@ -14,7 +14,7 @@ rm -f ./CompareParallelTexts.py
14
# Remove shared Python files
15
rm -f ./{gettext_windows.py,shared.py,sharedGUI.py}
16
17
-# (Wine-only) Remove build scripts
+# (Linux-only) Remove build scripts
18
rm -f ./{build.sh,clean_up.sh,setup.py}
19
20
rmdir -p resources/locale/ru/LC_MESSAGES
0 commit comments