Make graphics and resources folder lowercase
This commit is contained in:
81
graphics/android-icon-copier/.gitignore
vendored
Normal file
81
graphics/android-icon-copier/.gitignore
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
# Python
|
||||
|
||||
*.py[cod]
|
||||
|
||||
# Options
|
||||
/options.json
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
/dist
|
||||
/build
|
||||
/eggs
|
||||
/parts
|
||||
/bin
|
||||
/var
|
||||
/sdist
|
||||
/develop-eggs
|
||||
/lib
|
||||
/lib64
|
||||
.installed.cfg
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
||||
# Mr Developer
|
||||
.mr.developer.cfg
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
### Generic
|
||||
|
||||
*.log
|
||||
*.sqlite?
|
||||
|
||||
### Compiled binaries
|
||||
|
||||
*.class
|
||||
*.jar
|
||||
|
||||
*.o
|
||||
*.bin
|
||||
*.a
|
||||
*.lib
|
||||
*.so
|
||||
*.out
|
||||
|
||||
*.obj
|
||||
*.exe
|
||||
*.dll
|
||||
*.com
|
||||
|
||||
### *nix OS / apps
|
||||
|
||||
*.swp
|
||||
*~
|
||||
|
||||
### Mac OS generated
|
||||
|
||||
__MACOSX
|
||||
Icon?
|
||||
*.DS_Store
|
||||
*.DS_Store?
|
||||
._*
|
||||
.Spotlight*
|
||||
.Trashes
|
||||
|
||||
### Windows generated
|
||||
|
||||
ehthumbs.db
|
||||
thumbs.db
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user