diff options
-rw-r--r-- | Android.gitignore | 2 | ||||
-rw-r--r-- | Python.gitignore | 6 | ||||
-rw-r--r-- | Unity.gitignore | 3 |
3 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 55d0a790..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 diff --git a/Unity.gitignore b/Unity.gitignore index 4d8768d6..feb47395 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -11,3 +11,6 @@ /*.userprefs /*.pidb /*.booproj + +#Unity3D Generated File On Crash Reports +sysinfo.txt |