2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00

Exclude python compiled files

This commit is contained in:
Johan Lorenzo 2019-03-27 12:10:02 +01:00 committed by Sebastian Kaspari
parent bd81e72239
commit 7269f47acc

5
.gitignore vendored
View File

@ -77,3 +77,8 @@ gen-external-apklibs
# Token files
.leanplum_token
.adjust_token
# Python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]