diff options
-rw-r--r-- | Android.gitignore | 2 | ||||
-rw-r--r-- | Python.gitignore | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Android.gitignore b/Android.gitignore index 3a36c6e7..9068cd01 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -22,5 +22,5 @@ local.properties # Proguard folder generated by Eclipse proguard/ -#Log Files +# Log Files *.log diff --git a/Python.gitignore b/Python.gitignore index 087029a6..efbe7aab 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -21,6 +21,12 @@ var/ .installed.cfg *.egg +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + # Installer logs pip-log.txt pip-delete-this-directory.txt @@ -42,3 +48,6 @@ coverage.xml # Sphinx documentation docs/_build/ + +# PyBuilder +target/ |