123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- # Object files
- # -------------------------
- *.o
- *.ko
- *.obj
- *.elf
- *.class
- # Libraries
- # -------------------------
- *.lib
- *.a
- # Shared objects
- # -------------------------
- *.dll
- *.so
- *.so.*
- *.dylib
- # Executables
- # -------------------------
- *.exe
- *.out
- *.app
- *.i*86
- *.x86_64
- *.hex
- *.ctxt
- # =========================
- # Operating System Files
- # =========================
- # Linux
- # -------------------------
- .directory
- # OSX
- # -------------------------
- .DS_Store
- .AppleDouble
- .LSOverride
- # Icon must end, with two \r.
- Icon
- # Thumbnails
- ._*
- # Files that might appear on external disk
- .Spotlight-V100
- .Trashes
- # Windows
- # -------------------------
- # Windows image file caches
- Thumbs.db
- ehthumbs.db
- # Folder config file
- Desktop.ini
- # Recycle Bin used on file shares
- $RECYCLE.BIN/
- # Windows Installer files
- *.cab
- *.msi
- *.msm
- *.msp
|