diff --git a/.gitignore b/.gitignore index c6127b3..0d741ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,52 +1,84 @@ -# Prerequisites -*.d - -# Object files -*.o -*.ko -*.obj -*.elf - -# Linker output -*.ilk -*.map -*.exp - -# Precompiled Headers -*.gch -*.pch - -# Libraries -*.lib -*.a -*.la -*.lo - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex - -# Debug files -*.dSYM/ -*.su -*.idb -*.pdb - -# Kernel Module Compile Results -*.mod* -*.cmd -.tmp_versions/ -modules.order -Module.symvers -Mkfile.old -dkms.conf +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +# *.exe + +*.gba.7z +*.ups +*.sym + +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# rom stuff +*.gba +*.bak + +*.sav +*.sgm +*.ss0 +*.ss1 +*.ss2 +*.ss3 +*.ss4 +*.ss5 +*.ss6 +*.ss7 +*.ss8 +*.ss9 +*.st0 +*.st1 +*.st2 +*.st3 +*.st4 +*.st5 +*.st6 +*.st7 +*.st8 +*.st9 +!Tools/sym/*.sym + +# python cache +__pycache__ + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk