Updated .gitignore
This commit is contained in:
parent
952c797a96
commit
08e824d214
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
**/__pycache__/*
|
**/__pycache__/*
|
||||||
*.bak
|
*.bak
|
||||||
*.exe
|
*.exe
|
||||||
|
.DS_Store
|
||||||
.bin/7-Zip/
|
.bin/7-Zip/
|
||||||
.bin/AIDA64/
|
.bin/AIDA64/
|
||||||
.bin/BleachBit/
|
.bin/BleachBit/
|
||||||
|
|
@ -17,6 +18,7 @@
|
||||||
.bin/Tmp/
|
.bin/Tmp/
|
||||||
.bin/XMPlay/
|
.bin/XMPlay/
|
||||||
.bin/_Drivers/SDIO/
|
.bin/_Drivers/SDIO/
|
||||||
|
.bin/install_cache
|
||||||
.cbin/*.7z
|
.cbin/*.7z
|
||||||
.cbin/AIDA64/
|
.cbin/AIDA64/
|
||||||
.cbin/Autoruns/
|
.cbin/Autoruns/
|
||||||
|
|
|
||||||
2
.macos_items/.gitignore
vendored
2
.macos_items/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
||||||
.DS_Store
|
|
||||||
.bin/install_cache
|
|
||||||
Loading…
Reference in a new issue