How to open any file
1490 extensions, taken from the FileExtensions field that publishers declare in their installer manifests. The number next to each one is how many indexed programs register to open it.
Changing or showing a file extension in Windows is a different question, and the short answer is that renaming one never converts the file.
Full guides
92 formatsWritten for the formats people actually get stuck on, with the step-by-step for Windows and macOS and the specific reason each one refuses to open.
- .msiWindows Installer packageA .msi file is a database of everything an installer needs to do, which Windows itself reads and executes. Double-clicking one installs it. Unlike a setup .exe there is no installer program inside: Windows Installer is doing the work, which is why MSI packages uninstall, repair and deploy the same way across every program that uses one.
- .pdfPortable Document FormatEvery operating system and browser opens PDFs natively. If yours will not open, it is almost always password-protected, and there are two different passwords with very different consequences.
- .msgOutlook message fileA .msg file is a single email saved by Microsoft Outlook in its own proprietary format. With Outlook installed it opens on a double-click. Without it, you need a viewer, because unlike .eml it is not readable text.
- .docxWord documentA .docx file is a Word document. LibreOffice, ONLYOFFICE and Google Docs all open it for free. If Word says it is corrupt, the file is a ZIP internally and can often be repaired.
- .msixMSIX app packageA .msix is Microsoft’s modern app package. Double-clicking one hands it to App Installer, which unpacks it into a managed container rather than running a setup program. Every MSIX has to carry a valid digital signature or Windows refuses it, which is the main practical difference from a plain .exe installer.
- .mdMarkdown documentA .md file is plain text with light formatting marks. Any text editor opens it, but to see it rendered with real headings and links you want a Markdown editor such as Obsidian or VS Code.
- .rarRAR archiveA .rar file is a compressed archive. On Windows 11 (23H2 or newer) and modern macOS you can open it without installing anything; on Windows 10 and earlier you need an archiver such as 7-Zip.
- .exeWindows executableAn .exe is a Windows program. macOS cannot run one, and no download makes it possible directly. Your options are a compatibility layer such as Wine or CrossOver, or a Windows virtual machine.
- .htmlHTML documentAn .html file is a web page. Double-click it and your browser opens it. To see or change the code behind it, open the same file in a text editor instead.
- .cabWindows Cabinet archiveDouble-clicking a .cab opens it like a folder, which is why installing one confuses people: opening and installing are different things here. What installs it depends on the contents. A Windows package goes in with DISM, a driver with pnputil, and a cabinet that is simply an archive only needs extracting.
- .dllDynamic Link LibraryA .dll file is compiled code that programs load, not something you open. If a program says a DLL is missing, install the runtime it belongs to. Never download an individual DLL from a website.
- .tarTape archiveA .tar file bundles files together without compressing them. macOS and Linux open it with a double-click or one command; on Windows use 7-Zip, and expect to unpack twice if it ends in .tar.gz.
- .pkgmacOS installer packageOn a Mac, a .pkg is an installer: double-click it and Installer.app walks through the steps. On Windows it will not install at all, because the contents are macOS software, though an archiver can still open it to look inside. The extension is also used by PlayStation and BSD systems for unrelated formats.
- .xlsxExcel workbookAn .xlsx file is an Excel workbook. LibreOffice Calc, ONLYOFFICE and Google Sheets all open it free. Like .docx it is a ZIP inside, so a corrupt one can often be recovered.
- .psdPhotoshop documentA .psd file is a layered Photoshop document. GIMP and Photopea open it for free with layers intact, and Photopea runs in a browser with nothing to install.
- .apkAndroid packageAn .apk file is an Android app installer. It only installs on Android, where you must first allow installation from unknown sources. On a computer you can inspect it, because an APK is a ZIP archive.
- .zipZIP archiveEvery version of Windows and macOS opens .zip files natively. Double-click it. If that fails, the archive is either corrupt, password-protected, or larger than the old 4 GB format limit.
- .jarJava archiveA .jar file is a Java program packaged as an archive. To run it you need a Java runtime installed; to look inside it, rename it to .zip and extract it, because a JAR is a ZIP file.
- .epubElectronic publicationAn .epub file is an ebook. Calibre opens it on any desktop, and SumatraPDF is a lighter option on Windows. If it refuses to open, the book is DRM-protected and tied to the store you bought it from.
- .vcfvCard contact fileA .vcf file holds one or more contacts as plain text. Double-clicking imports it into your address book; opening it in a text editor shows the raw details immediately.
- .aiAdobe Illustrator artworkAn .ai file is Illustrator vector artwork. Inkscape opens and edits it for free. Many .ai files are also valid PDFs, so renaming a copy to .pdf often lets any PDF reader display it.
- .mboxMailbox archiveAn .mbox file is an entire mailbox stored as one plain-text file. Thunderbird imports it, and because it is text you can open it in an editor to confirm what is inside.
- .datGeneric data fileThere is no single .dat format. The extension just means "data", so the answer depends entirely on which program made it. If it arrived as an email attachment called winmail.dat, it is an Outlook formatting wrapper and needs a TNEF reader.
- .jsonJSON data fileA .json file is plain text. Any text editor or web browser opens it. If it appears as one unreadable line, it is minified and you need an editor that reformats it.
- .heicHigh Efficiency Image ContainerA .heic file is the photo format iPhones use by default. macOS opens it natively. Windows needs the free HEIF Image Extensions, and historically also a paid HEVC codec, which is why so many people convert instead.
- .pagesApple Pages documentA .pages file is an Apple Pages document with no official Windows support. The fastest route is iCloud.com, which is free and needs no Mac; the offline trick is to rename the file to .zip and extract the PDF preview inside.
- .svgScalable Vector GraphicsAn .svg file is a vector image written in XML. Every browser displays it, so dragging it onto a browser window works instantly. To edit it, use Inkscape; to read the code, any text editor.
- .taxTurboTax return fileA .tax file is a TurboTax return, and the extension carries the year: .tax2023, .tax2024 and so on. Only the desktop TurboTax for that exact year opens it. There is no free viewer and no converter.
- .dmpMemory dumpA .dmp file is a snapshot of memory written when Windows or a program crashed. It is not readable in a text editor. You analyse it with WinDbg, and the useful part is usually one line naming the driver that failed.
- .dwgAutoCAD drawingA .dwg file is an AutoCAD drawing. Autodesk publishes a free official viewer, and LibreCAD or the free web viewer will open one without a licence. Editing it properly still needs real CAD software.
- .stepSTEP 3D modelA .step file is a 3D CAD model in an open standard format. FreeCAD opens and edits it for free, and on Windows 10 or 11 the built-in 3D Viewer displays one on a double-click.
- .csvComma-separated valuesA .csv file is a plain-text table. Any spreadsheet opens it, but double-clicking it in Excel silently corrupts leading zeros, long numbers and dates. Import it instead of opening it.
- .emlEmail message fileAn .eml file is a single saved email in plain MIME text. Thunderbird and Outlook open it directly, and in a pinch you can rename it to .txt and read it in any editor.
- .xmlXML documentAn .xml file is plain text. Drag it into any browser to see it as a collapsible tree, or open it in a code editor to work with it.
- .epsEncapsulated PostScriptAn .eps file is a vector graphic, usually a logo or print artwork. Inkscape opens and edits it for free; IrfanView and XnView MP will display it if you only need to look.
- .rbxlRoblox Studio place fileAn .rbxl file is a Roblox place, and only Roblox Studio opens it. Studio runs on Windows and macOS only, so on a Chromebook you cannot open one. That is a platform limit, not something you are doing wrong.
- .kmlKeyhole Markup LanguageA .kml file holds map data: points, paths and shapes with coordinates. Google Earth opens it, Google My Maps imports it in a browser, and because it is XML you can read it in any text editor.
- .gzGzip archiveA .gz file is a single compressed file. macOS and Linux decompress it with a double-click or one command; on Windows use 7-Zip. If it is a .tar.gz there is a second layer underneath.
- .pakGame package archiveA .pak file is a game archive, and there is no single .pak format. What opens it depends entirely on which engine built it, so the first step is identifying the game rather than looking for a universal tool.
- .binBinary fileA .bin file is raw binary data with no single meaning. Most commonly it is a disc image that pairs with a .cue file, in which case mount it or open it with an archiver.
- .kmzZipped Keyhole MarkupA .kmz file is a zipped .kml plus the images it uses. Google Earth opens it directly, and renaming a copy to .zip lets any archiver show you what is inside.
- .dcmDICOM medical imageA .dcm file is a medical scan in DICOM format, the standard for MRI, CT and X-ray images. A free viewer such as MicroDicom on Windows or Horos on macOS opens it. Ordinary image viewers will not.
- .pstOutlook data fileA .pst file is an entire Outlook mailbox in one file. Outlook opens it directly. Without Outlook you need a conversion tool, because unlike .mbox it is a proprietary binary database.
- .rpmsgRights-protected messageAn .rpmsg file is an encrypted email protected by Microsoft rights management. Only the account it was addressed to can open it, and only through Outlook or the Microsoft encryption portal. There is no viewer and no workaround.
- .icsiCalendar fileAn .ics file is a calendar event or a whole calendar, stored as plain text. Double-clicking adds it to your calendar app, and opening it in a text editor shows the date, time and location directly.
- .dbDatabase fileA .db file is a database, and most of the time it is SQLite. DB Browser for SQLite opens those for free. Check the first bytes first: a real SQLite file begins with the text "SQLite format 3".
- .7z7-Zip archiveA .7z file is a compressed archive made by 7-Zip. Windows 11 23H2 and newer open it natively; on anything older, install 7-Zip or NanaZip.
- .isoISO disc imageAn .iso file is a complete disc image. Windows 8 and later mount it with a right-click, and macOS mounts it on double-click. No software is needed just to see what is inside.
- .torrentBitTorrent metainfo fileA .torrent file contains no content of its own. It is a small index of what to download and where to find peers, and it needs a BitTorrent client such as qBittorrent or Transmission.
- .tifTagged Image File FormatA .tif or .tiff file is a high-quality image. Windows Photos and macOS Preview both open it. If it fails, the file is probably a multi-page scan or uses a compression variant that basic viewers do not read.
- .pptxPowerPoint presentationA .pptx file is a PowerPoint presentation. LibreOffice Impress, ONLYOFFICE and Google Slides all open it free. Like .docx it is a ZIP inside, so a damaged one can often be salvaged.
- .stpSTEP 3D modelA .stp file is exactly the same as a .step file: an ISO 10303 CAD model. FreeCAD opens and edits it free, and the Windows 3D Viewer displays it without installing anything.
- .pngPortable Network GraphicsEvery operating system, browser and image viewer opens PNG files. If yours will not open, the file is damaged, incomplete, or is not actually a PNG despite its name.
- .phpPHP source fileA .php file is source code, so any text editor opens it. If your browser downloaded one instead of showing a page, the server failed to execute it, which is a server problem rather than yours.
- .jsxJSX source fileA .jsx file is plain text and any editor opens it. Be aware the extension covers two unrelated things: React component source, and Adobe ExtendScript automation scripts.
- .vttWebVTT subtitlesA .vtt file is a subtitle track stored as plain text. Any text editor opens it to read, and VLC loads it alongside a video to display the subtitles properly.
- .savSaved game fileA .sav file is a saved game, and the format belongs to whichever game wrote it. There is no universal viewer. What you can do depends entirely on the game or emulator involved.
- .cbzComic book archiveA .cbz file is a ZIP full of images, one per page. A comic reader such as YACReader or Calibre opens it properly, and renaming a copy to .zip lets any archiver extract the pages.
- .rbxmRoblox model fileAn .rbxm file is a Roblox model, a single object or group rather than a whole place. Roblox Studio opens it, and you insert it into an existing place rather than opening it on its own.
- .movQuickTime movieA .mov file is Apple's QuickTime video container. VLC plays it on any platform. On Windows it often fails not because of the container but because of the codec inside, usually ProRes.
- .jpgJPEG imageEvery device and browser opens JPG files. If yours will not, the file is truncated, is not really a JPEG, or Windows Photos is misbehaving and another viewer will open it fine.
- .rtfRich Text FormatAn .rtf file is a formatted document that almost every word processor opens. On Windows this got harder recently: Microsoft removed WordPad, so use LibreOffice, Word or the web.
- .vcardvCard contact fileA .vcard file is the same as a .vcf: one or more contacts stored as plain text. Double-clicking imports it into your address book, and a text editor shows the details directly.
- .mppMicrosoft Project planAn .mpp file is a Microsoft Project plan. Project is a separate paid product, not part of Office. ProjectLibre opens most .mpp files for free and is the practical answer.
- .mkvMatroska videoAn .mkv file is a video container. VLC plays it on any platform with nothing else installed. If it opens but shows no picture or no sound, the container is fine and a codec inside it is not supported.
- .harHTTP ArchiveA .har file is a recording of browser network traffic, stored as JSON. Open it in your browser devtools Network tab, or in any text editor. Treat it as sensitive: it usually contains session cookies.
- .pubMicrosoft Publisher documentA .pub file is a Microsoft Publisher document. Microsoft is retiring Publisher in October 2026, so this is a format on its way out. LibreOffice Draw opens many .pub files, imperfectly but usefully.
- .swfShockwave FlashA .swf file is a Flash animation or game. Flash Player was discontinued in 2020 and browsers removed it entirely. Ruffle, a free open-source emulator, is now the way to play one safely.
- .jpegJPEG imageA .jpeg file is identical to a .jpg. Every device opens it. If it will not open, the file is damaged or is not really a JPEG, because the software is never the problem here.
- .dxfDrawing Exchange FormatA .dxf file is a CAD drawing in Autodesk's openly documented interchange format. LibreCAD and FreeCAD open it free, and unlike DWG the specification is public, so support is far better.
- .pyPython scriptA .py file is a Python script, which is plain text. Any editor opens it. To actually run it you need Python installed, and then "python script.py" from a terminal.
- .tmpTemporary fileA .tmp file is scratch data a program left behind, and the contents depend entirely on which program made it. Most are safe to delete. The exception worth knowing is a Word or Excel temp file that may hold unsaved work.
- .stlStereolithography meshAn .stl file is a 3D model made of triangles, the standard for 3D printing. Windows 10 and 11 display one in the built-in 3D Viewer, and Blender or FreeCAD open it for editing.
- .aviAudio Video InterleaveAn .avi file is an old Microsoft video container. VLC plays essentially all of them. Failures are almost always the codec inside rather than the container itself.
- .ipynbJupyter notebookAn .ipynb file is a Jupyter notebook: code, text and saved output in one JSON file. VS Code opens and runs notebooks natively, and Google Colab does it in a browser with nothing installed.
- .htmHTML documentAn .htm file is exactly the same as .html: a web page. Double-click it and your browser opens it. To see the code, open the same file in a text editor.
- .mobiMobipocket ebookA .mobi file is an older Kindle ebook format. Calibre opens and converts it. Note that Amazon stopped accepting MOBI through Send to Kindle in 2022, so converting to EPUB is now the practical move.
- .cbrComic book RAR archiveA .cbr file is a RAR archive full of page images. A comic reader such as YACReader opens it, and renaming a copy to .rar lets 7-Zip extract the pages.
- .vobDVD Video ObjectA .vob file is a chunk of DVD video from the VIDEO_TS folder. VLC plays one directly, and to watch the whole disc properly you open the folder rather than an individual file.
- .xpsXML Paper SpecificationAn .xps file is Microsoft's fixed-layout document format, its answer to PDF. Windows removed the XPS Viewer by default, so the practical route now is converting to PDF or installing the optional feature back.
- .txtPlain text fileA .txt file opens in any text editor on any device. If yours will not open, the file is either enormous, which crashes Notepad, or it uses an encoding your editor is reading wrongly.
- .figFigma design fileA .fig file is a Figma design. You open it by importing it into Figma in a browser, which is free with an account. There is no offline viewer, and MATLAB figures also use .fig, which is a different thing entirely.
- .tiffTagged Image File FormatA .tiff file is the same as a .tif: a high-quality image, often a multi-page scan. Windows Photos and macOS Preview open both, and IrfanView handles the multi-page case properly.
- .gpxGPS Exchange FormatA .gpx file holds a GPS track, route or set of waypoints as XML. Any text editor shows the coordinates, and free tools plot it on a map without installing anything.
- .dmgApple disk imageA .dmg file is a macOS disk image. On a Mac you double-click it and it mounts. On Windows there is nothing useful to do with one, because the software inside is Mac-only anyway.
- .acsmAdobe Content Server MessageAn .acsm file is not your ebook. It is a small download token that Adobe Digital Editions exchanges for the actual book. Install Adobe Digital Editions, authorise it, then open the .acsm.
- .azw3Kindle Format 8 ebookAn .azw3 file is a Kindle ebook. Calibre opens it if it has no DRM. If it came from your Amazon library it is protected, and the Kindle app on that account is the only way to read it.
- .rawCamera raw imageA raw file is unprocessed sensor data from a camera, and every manufacturer uses its own extension: .cr2 and .cr3 for Canon, .nef for Nikon, .arw for Sony. Darktable and RawTherapee open all of them for free.
- .ddsDirectDraw Surface textureA .dds file is a game texture in a format designed for graphics cards. Paint.NET with the DDS plugin, GIMP or XnView MP all open one. Ordinary image viewers will not.
- .inddAdobe InDesign documentAn .indd file is an Adobe InDesign layout. Only InDesign opens it properly, and only a version equal to or newer than the one that created it. There is no free alternative that reads the format.
- .dwfDesign Web FormatA .dwf file is a read-only published version of a CAD drawing, meant for sharing rather than editing. Autodesk's free Design Review opens it, and it is deliberately not the editable source.
- .srtSubRip subtitlesAn .srt file is a subtitle track in plain text. Any editor opens it to read, and putting it next to your video with the same name makes VLC load it automatically.
Opened by two or more programs
- .mp310
- .shtml10
- .xhtml10
- .flac9
- .ogg9
- .wav9
- .webp9
- .m4a8
- .xht8
- .cda7
- .mp27
- .mp47
- .wma7
- .aac6
- .aif6
- .aiff6
- .ape6
- .au6
- .bz26
- .cue6
- .m3u6
- .m3u86
- .m4b6
- .mid6
- .mpeg6
- .mpg6
- .pls6
- .rmi6
- .tak6
- .tgz6
- .wv6
- .ac35
- .aifc5
- .arj5
- .asf5
- .asx5
- .dts5
- .flv5
- .gif5
- .lha5
- .lzh5
- .m4v5
- .mpc5
- .oga5
- .opus5
- .ppm5
- .ps5
- .snd5
- .spx5
- .taz5
- .tbz5
- .webm5
- .wmv5
- .xz5
- .z5
- .0014
- .avif4
- .bmp4
- .crx4
- .deb4
- .djvu4
- .emf4
- .exr4
- .fb24
- .java4
- .lzma4
- .m2v4
- .midi4
- .mka4
- .mp14
- .mpe4
- .pbm4
- .pgm4
- .rpm4
- .tbz24
- .tga4
- .tta4
- .txz4
- .w644
- .wim4
- .wmf4
- .zipx4
- .zst4
- .3g23
- .3ga3
- .3gp3
- .3gp23
- .3gpp3
- .amr3
- .amv3
- .aob3
- .apl3
- .arc3
- .bik3
- .caf3
- .cb73
- .cpio3
- .dav3
- .dib3
- .divx3
- .doc3
- .docm3
- .dsm3
- .dtshd3
- .dtsma3
- .evo3
- .f4v3
- .flc3
- .fli3
- .ico3
- .iff3
- .ifo3
- .img3
- .it3
- .j2k3
- .jfif3
- .jp23
- .jpc3
- .jpe3
- .js3
- .jxl3
- .jxr3
- .lz3
- .m1a3
- .m1v3
- .m2t3
- .m2ts3
- .m4r3
- .markdown3
- .mng3
- .mod3
- .mp2v3
- .mp4v3
- .mpa3
- .mpv23
- .mts3
- .mxf3
- .odt3
- .ofr3
- .ogm3
- .ogv3
- .pcd3
- .pcx3
- .pdb3
- .ra3
- .ram3
- .ras3
- .rec3
- .rle3
- .rm3
- .rmvb3
- .s3m3
- .sti3
- .tlz3
- .tp3
- .tpz3
- .ts3
- .tzst3
- .uue3
- .vhd3
- .wax3
- .wdp3
- .wm3
- .wmp3
- .wvx3
- .xbm3
- .xm3
- .xpm3
- .xspf3
- .xxe3
- .2642
- .6692
- .ace2
- .acr2
- .alac2
- .alias2
- .ani2
- .apfs2
- .apng2
- .asar2
- .awb2
- .azw2
- .b4s2
- .b642
- .bdmv2
- .bh2
- .br2
- .bz2
- .bzip22
- .cdr2
- .cgm2
- .chm2
- .cin2
- .class2
- .clp2
- .conf2
- .cr22
- .cr32
- .crw2
- .cs12
- .css2
- .ct2
- .cur2
- .dcx2
- .dis2
- .djv2
- .dot2
- .dotm2
- .dotx2
- .dpx2
- .dsa2
- .dss2
- .dsv2
- .dv2
- .dvr-ms2
- .eac32
- .elf2
- .enc2
- .erf2
- .esd2
- .fat2
- .fdf2
- .flic2
- .gcm2
- .gitattributes2
- .gitignore2
- .gitmodules2
- .go2
- .gzip2
- .hdmov2
- .hdr2
- .hfs2
- .hpgl2
- .ia2
- .ipa2
- .ipr2
- .ivf2
- .j2c2
- .jls2
- .jng2
- .jpf2
- .jpx2
- .jsp2
- .kar2
- .kdb2
- .kdbx2
- .lbm2
- .log2
- .lst2
- .m2a2
- .m2p2
- .m4p2
- .md52
- .mhtml2
- .miff2
- .mk3d2
- .mlp2
- .mo32
- .mpcpl2
- .mpls2
- .mpv42
- .mtm2
- .mtv2
- .mus2
- .nsv2
- .ntfs2
- .odp2
- .ods2
- .ofs2
- .ogx2
- .opdownload2
- .opf2
- .otp2
- .ots2
- .ott2
- .oxps2
- .pam2
- .pct2
- .pdx2
- .pea2
- .pfm2
- .pnm2
- .pot2
- .potm2
- .potx2
- .pps2
- .ppt2
- .pptm2
- .prc2
- .ps22
- .psp2
- .pva2
- .pyw2
- .qoi2
- .rc2
- .rdc2
- .rdf2
- .rf642
- .rgb2
- .rmm2
- .rs2
- .rsrc2
- .rtp2
- .sfd2
- .sgi2
- .sh2
- .sha12
- .sha2562
- .sha5122
- .sid2
- .smk2
- .sql2
- .squashfs2
- .ssif2
- .sub2
- .sun2
- .swm2
- .syn2
- .thd2
- .trp2
- .ttf2
- .tz2
- .udf2
- .umx2
- .uu2
- .vdi2
- .vhdx2
- .vmdk2
- .voc2
- .vpy2
- .vst2
- .wave2
- .wbmp2
- .wdseml2
- .wpl2
- .wtv2
- .xar2
- .xba2
- .xcf2
- .xcs2
- .xdl2
- .xdp2
- .xfdf2
- .xls2
- .xlsb2
- .xlsm2
- .xltm2
- .xltx2
- .xpi2
- .zpaq2
- .zstd2
Opened by one program
- .123
- .265
- .3fr
- .5vw
- .602
- .7z.001
- .8svx
- .a
- .a52
- .aa
- .aaui
- .aax
- .abr
- .acbm
- .acp
- .action
- .adgsettings
- .adml
- .admx
- .adoc
- .adp
- .adt
- .adts
- .aes
- .afc
- .aff
- .afm
- .ahk
- .als
- .alz
- .amb
- .amf
- .ams
- .anr
- .apache
- .apc
- .api
- .api_description
- .apkg
- .appfile
- .applescript
- .appstaterc
- .apx
- .ar4w
- .aren
- .arguments
- .arw
- .asa
- .asc
- .ash
- .asm
- .asp
- .atc
- .attributes
- .au3
- .audtun
- .aup
- .aup3
- .avr
- .avs
- .avw
- .azw1
- .b3
- .b3d
- .b3sum
- .babelrc
- .bash
- .bash_profile
- .bashrc
- .bat
- .bau
- .bay
- .berksfile
- .bfc
- .bfr
- .bfs
- .bga
- .bib
- .bibtex
- .bip
- .bk3
- .blacklist
- .blake2sp
- .blake3
- .blend
- .blk
- .blp
- .bm
- .bml
- .bmq
- .bnf
- .book
- .bootstrap
- .bpdx
- .bpx
- .brewfile
- .bsd
- .bsh
- .bstk
- .build
- .builder
- .buildinfo
- .bundling
- .bw
- .bwf
- .bza
- .bzl
- .c
- .c67
- .cache_version
- .cal
- .cals
- .cam
- .cap
- .cbc
- .cbt
- .ccd
- .cdda
- .cdi
- .cdp
- .cdpresource
- .cdxml
- .cer
- .certificate
- .cfg
- .cgi
- .ch
- .chd
- .chs
- .cine
- .ciso
- .cit
- .cjs
- .classpath
- .clisp
- .clj
- .cljs
- .clo
- .cloe
- .cls
- .cmd
- .cmt
- .cmtx
- .cmx
- .cnf
- .code-snippets
- .colors
- .comments
- .commit_editmsg
- .components
- .configuration
- .coveragerc
- .cpdf
- .cr2_original
- .cramfs
- .crf
- .cs
- .csl
- .cso
- .ctb
- .cti
- .cts
- .cube
- .cuecfg
- .cuelibrary
- .cueprofile
- .cueprofiledata
- .cueprofileorder
- .cursor
- .cxx
- .d
- .da7
- .dash
- .db_
- .dbf
- .dbm
- .dc2
- .dc3
- .dcr
- .debugtarget
- .den
- .deny
- .desktop
- .dff
- .dfm
- .dgml
- .di
- .diagpkg
- .dic
- .dicom
- .dif
- .dif-f
- .digi
- .dist
- .diz
- .dl
- .dmf
- .dml
- .dng
- .docxf
- .dpr
- .drc
- .dsf
- .dsw
- .dsym
- .dtd
- .dtm
- .dtml
- .dtswav
- .dump
- .dvd
- .dvr
- .dwt
- .e4xmi
- .ec3
- .ecf
- .eclipseproduct
- .ecw
- .editorconfig
- .effect
- .efu
- .egg
- .ei
- .eidi
- .ems
- .emz
- .enex
- .ent
- .epi
- .ept
- .erb
- .erbsql
- .erl
- .err
- .escript
- .esi
- .esk
- .eslintignore
- .eta
- .etag
- .exclude
- .exf
- .f90
- .far
- .fastfile
- .fb2k-component
- .fb2z
- .fcdt
- .fcgi
- .fdc
- .fdd
- .fds
- .fff
- .ffpreset
- .files
- .filters
- .fingerprint
- .fit
- .fits
- .fla
- .flow
- .fmt
- .fodg
- .fodp
- .fods
- .fodt
- .forge-meta
- .forms
- .fpl
- .freebsd
- .fsc
- .fsh
- .fth
- .ftl
- .fts
- .fx
- .fx3
- .fxd
- .fxm
- .fxo
- .fxr
- .fxs
- .g3
- .g3n
- .gbr
- .gca
- .gcc
- .gcz
- .gdl
- .gdm
- .gdntool
- .gemspec
- .gi
- .giff
- .git
- .gitconfig
- .gitkeep
- .gitlog
- .glade
- .global
- .glsl
- .gnumakefile
- .gol
- .gp4
- .gpd
- .gpl
- .gplv2
- .gplv3
- .gpr
- .gradle
- .greenshot
- .grey
- .groovy
- .groups
- .gry
- .gs
- .gs.xz
- .gs.zst
- .gthr
- .guardfile
- .guid
- .gv
- .gvi
- .gvy
- .gxanimations
- .gxf
- .gza
- .h
- .h16
- .h264
- .h265
- .ha
- .haml
- .hash
- .hbs
- .hdp
- .hdri
- .hei
- .heif
- .hej2
- .hevc
- .hfsx
- .hg
- .hgl
- .hif
- .hlsl
- .hm10
- .hosts
- .hp
- .hp1
- .hp2
- .hpg
- .hpgl2
- .hpp
- .hrl
- .hs
- .hsi
- .htk
- .hwp
- .i00
- .ibook
- .ibooks
- .ibq
- .ice
- .icl
- .icns
- .icon
- .iconpack
- .idl
- .idx
- .ief
- .ifx
- .ilbm
- .ima
- .imf
- .immodules
- .imp
- .infected
- .info
- .ini
- .inl
- .inputrc
- .ins
- .insp
- .int
- .inta
- .ipfix
- .ipg
- .ipl
- .ipp
- .ipset
- .ipsw
- .iqy
- .irbrc
- .iris
- .irx
- .isi
- .ismv
- .isz
- .itb
- .itdb
- .ite
- .itg
- .itl
- .itlp
- .itls
- .itms
- .itpc
- .itz
- .ivb
- .iw44
- .ize
- .j
- .j2b
- .j6i
- .jbf
- .jbr
- .jbuilder
- .jenkinsfile
- .jif
- .jnlp
- .jpm
- .jpt
- .jsonc
- .jst
- .k25
- .kc2
- .kdc
- .kdenlive
- .keep
- .key
- .key_
- .keys
- .klc
- .kmn
- .knsrc
- .kpdx
- .kpp
- .kqp
- .kra
- .kro
- .krz
- .kt
- .ktb
- .kts
- .l
- .la
- .lastbuildstate
- .layout
- .lcap
- .lce
- .lcl
- .ldif
- .lff
- .lhs
- .lib
- .license
- .list
- .liz
- .lm
- .lmd
- .lng
- .lngx
- .loaders
- .loc
- .local
- .lpaq
- .lrf
- .lrx
- .lsm
- .lsp
- .lsrules
- .ltx
- .lua
- .lwp
- .lz4
- .lz5
- .lzma2
- .m
- .m15
- .m4
- .m5p
- .mac
- .mailmap
- .mak
- .make
- .makefile
- .man
- .manifest
- .mappings
- .marc
- .markdn
- .mat
- .mbf
- .mbm
- .mcf
- .md2
- .md4
- .mdf
- .mdl
- .mdown
- .mdr
- .mds
- .mdz
- .med
- .mef
- .menu
- .merge_msg
- .met
- .metainfo
- .mf
- .mft
- .mftx
- .mht
- .mif
- .mil
- .mim
- .mime
- .min
- .mingw
- .minix
- .minttyrc
- .miz
- .mjs
- .mk
- .mkd
- .mkdn
- .ml
- .mli
- .mll
- .mlt
- .mmcmp
- .mml
- .mms
- .moba
- .mods
- .modules
- .mof
- .mos
- .moz_log
- .mpeg1
- .mpeg2
- .mpeg4
- .mpga
- .mpl
- .mplog
- .mpo
- .mptm
- .mptmz
- .mrc
- .mrw
- .msk
- .mt
- .mt2
- .mtl
- .mtxcfg
- .myscm
- .nanorc
- .ncu-proj
- .ncx
- .nef
- .nef_original
- .nemo_action
- .nmake
- .note
- .notifyrc
- .nrg
- .nrw
- .nsa
- .nsh
- .nst
- .ntar
- .numbers
- .nupkg
- .nuspec
- .nut
- .nuv
- .nvmrc
- .nvx
- .ny
- .nycrc
- .obt
- .obu
- .ocamlmakefile
- .odb
- .odf
- .odg
- .odm
- .officeui
- .oil
- .okt
- .ols
- .oma
- .openmsx
- .opml
- .ora
- .orf
- .orf_original
- .ori
- .osf
- .osp
- .otg
- .oth
- .otm
- .out
- .ova
- .overridetasks
- .ovf
- .ovpn
- .oxm
- .oxt
- .p11-kit
- .p7
- .paf
- .paq
- .pat
- .patch
- .patchfreq
- .patterns
- .pbxproj
- .pcap
- .pcapng
- .pcast
- .pcc
- .pchtxt
- .pdfxml
- .pdi
- .pdn
- .pef
- .pfi
- .pfr
- .phps
- .phpt
- .phtml
- .pic
- .picio
- .pict
- .pict2
- .pix
- .pixar
- .pk_
- .pk3
- .pkgdef
- .pklg
- .pkt
- .pl
- .platform
- .pld
- .plgx
- .plist
- .plm
- .plo
- .plt
- .pm
- .pma
- .pmap
- .pmc
- .pml
- .pmp
- .pnach
- .pobi
- .podfile
- .podspec
- .policy
- .ppdf
- .ppk
- .ppma
- .ppsm
- .ppsx
- .pr
- .prefs
- .prettierrc
- .prn
- .profile
- .project
- .propdesc
- .properties
- .proto
- .pryrc
- .ps1
- .ps1xml
- .ps3
- .psb
- .psf
- .psm
- .pspbrush
- .pspframe
- .pspimage
- .pspmask
- .psptube
- .pt36
- .pth
- .ptm
- .pvf
- .pwp
- .pxa
- .pxb
- .pxd
- .pxi
- .pxn
- .pxr
- .pxs
- .py3
- .pyc
- .pyd
- .pyf
- .pyi
- .pyo
- .python_history
- .pyx
- .pyz
- .pyzw
- .qcp
- .qm
- .qml
- .qmltypes
- .qph
- .qrt
- .qtcurve
- .qth
- .qti
- .qtif
- .qtk
- .qtl
- .r
- .rabl
- .raf
- .rails
- .rake
- .rakefile
- .rast
- .rawraw
- .rd
- .rdb
- .readme
- .registry
- .rels
- .res
- .resjson
- .rest
- .resw
- .rev
- .rex
- .rf5
- .rgba
- .rgs
- .rh
- .rhtml
- .ris
- .rjs
- .rl4
- .rl8
- .rla
- .rlb
- .rmd
- .rmf
- .rmp
- .rnc
- .rng
- .roff
- .roq
- .rp
- .rpbm
- .rpf
- .rpgm
- .rpl
- .rpnm
- .rpo
- .rppm
- .rprofile
- .rpy
- .rsb
- .rsc
- .rsp
- .rst
- .rt
- .rules
- .ruleset
- .running
- .rw2
- .rwl
- .rxml
- .s3z
- .sam
- .sarif
- .sbt
- .sc
- .scala
- .scanfile
- .scap
- .sccd
- .schema
- .scm
- .sconscript
- .scr
- .script
- .scss
- .sct
- .sd2
- .sdg
- .sdp
- .sds
- .sdv
- .secstore
- .security
- .sed
- .seq
- .sequ
- .settings
- .sf
- .sff
- .sfv
- .sfw
- .sfx
- .sfx2
- .sh3d
- .sh3f
- .sh3l
- .sh3p
- .sh3t
- .sh3x
- .sha
- .sha256sum
- .sha3
- .sha384
- .shim
- .si
- .signatures
- .sj1
- .sla
- .slackbuild
- .slangp
- .slk
- .smi
- .smil
- .snakefile
- .snapfile
- .snoop
- .snr
- .sob
- .soc
- .sod
- .soe
- .sog
- .soh
- .sop
- .sparse-checkout
- .spec
- .sr
- .sr2
- .src
- .srf
- .srw
- .st26
- .stacktags
- .status
- .stc
- .std
- .stdlib
- .stignore
- .stk
- .stm
- .str
- .strings
- .stw
- .stx
- .sty
- .styles
- .suniff
- .svgz
- .svx
- .swap
- .swidtag
- .sxc
- .sxd
- .sxg
- .sxi
- .sxm
- .sxw
- .syc
- .symbols
- .symmod
- .synu
- .sys
- .t
- .taac
- .tag
- .tap
- .targa
- .targets
- .tasks
- .tbres
- .tbx
- .tcc
- .tcl
- .tcr
- .tcsh
- .tdi
- .tdim
- .template
- .terms
- .tex
- .text
- .textile
- .textproto
- .themerc
- .thm
- .thp
- .tim
- .timestamp
- .tlog
- .tlz4
- .tlz5
- .tm2
- .tmf
- .tod
- .toml
- .tpc
- .tpl
- .tplist
- .tplx
- .tpn
- .tps
- .tpsr
- .tr1
- .trace
- .trc
- .tt
- .ttml
- .tts
- .ttt
- .ttx
- .tub
- .tvc
- .tvlink
- .tvs
- .tvst
- .tx
- .txc
- .txd
- .tzstd
- .udi
- .ui
- .ult
- .uninstall
- .unistore
- .uop
- .uos
- .uot
- .updateuri
- .uplugin
- .url
- .urt
- .utb
- .uti
- .uusver
- .uyvy
- .v4sdmeta
- .validation
- .varfile
- .vbox
- .vbs
- .vc
- .vc1
- .vcxproj
- .vdf
- .vdx
- .ver
- .version
- .versions
- .vert
- .vff
- .vga
- .vhk
- .vim
- .vkm
- .vlb
- .vlc
- .vmoptions
- .vmx
- .vmxf
- .vnc
- .vor
- .vpb
- .vpl
- .vqf
- .vrg
- .vrmanifest
- .vro
- .vsc
- .vsd
- .vsdm
- .vsdx
- .vsh
- .vsixmanifest
- .vwr
- .wad
- .wal
- .wap
- .war
- .wb2
- .wbfs
- .wbm
- .weba
- .wep
- .wflow
- .wfx
- .widlprocxml
- .win32manifest
- .winmerge
- .wk1
- .wks
- .wlz
- .wmx
- .wmz
- .wow
- .wpc
- .wpd
- .wpg
- .wprp
- .wps
- .wpz
- .wrc
- .wri
- .wscript
- .wslconfig
- .wsz
- .wup
- .wve
- .wxs
- .x11
- .x3f
- .xa
- .xaml
- .xapk
- .xbel
- .xcconfig
- .xcd
- .xcu
- .xer
- .xesc
- .xi
- .xim
- .xlr
- .xlt
- .xlw
- .xmz
- .xn
- .xnf
- .xod
- .xpk
- .xrm-ms
- .xsd
- .xsl
- .xslt
- .xwd
- .xxh
- .xxh3
- .xxh32
- .xxh64
- .y4m
- .yaml
- .yaws
- .yml
- .yuv
- .yz1
- .zab
- .zoo
- .zoommtg
- .zoomphonecall
- .zsh
- .zso