Browse Source

Update gitignore

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.15
falkTX 4 years ago
parent
commit
ee7963e00f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .gitignore

+ 5
- 0
.gitignore View File

@@ -4,6 +4,7 @@ man/*.1
.stamp_* .stamp_*
.DS_Store .DS_Store
__pycache__ __pycache__
*.dll
*.pyc *.pyc
*.pkg *.pkg
android/.server/ android/.server/
@@ -14,3 +15,7 @@ codeBlocks
macos/package.xml macos/package.xml
macos/package-welcome.txt macos/package-welcome.txt


# windows release files
windows/inno/version.iss
windows/inno/win32
windows/inno/win64

Loading…
Cancel
Save