154 lines
1.3 KiB
Plaintext
154 lines
1.3 KiB
Plaintext
|
# ---> C
|
||
|
# 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
|
||
|
|
||
|
# ---> Archives
|
||
|
# It's better to unpack these files and commit the raw source because
|
||
|
# git has its own built in compression methods.
|
||
|
*.7z
|
||
|
*.jar
|
||
|
*.rar
|
||
|
*.zip
|
||
|
*.gz
|
||
|
*.gzip
|
||
|
*.tgz
|
||
|
*.bzip
|
||
|
*.bzip2
|
||
|
*.bz2
|
||
|
*.xz
|
||
|
*.lzma
|
||
|
*.cab
|
||
|
*.xar
|
||
|
|
||
|
# Packing-only formats
|
||
|
*.iso
|
||
|
*.tar
|
||
|
|
||
|
# Package management formats
|
||
|
*.dmg
|
||
|
*.xpi
|
||
|
*.gem
|
||
|
*.egg
|
||
|
*.deb
|
||
|
*.rpm
|
||
|
*.msi
|
||
|
*.msm
|
||
|
*.msp
|
||
|
*.txz
|
||
|
|
||
|
# ---> Images
|
||
|
# JPEG
|
||
|
*.jpg
|
||
|
*.jpeg
|
||
|
*.jpe
|
||
|
*.jif
|
||
|
*.jfif
|
||
|
*.jfi
|
||
|
|
||
|
# JPEG 2000
|
||
|
*.jp2
|
||
|
*.j2k
|
||
|
*.jpf
|
||
|
*.jpx
|
||
|
*.jpm
|
||
|
*.mj2
|
||
|
|
||
|
# JPEG XR
|
||
|
*.jxr
|
||
|
*.hdp
|
||
|
*.wdp
|
||
|
|
||
|
# Graphics Interchange Format
|
||
|
*.gif
|
||
|
|
||
|
# RAW
|
||
|
*.raw
|
||
|
|
||
|
# Web P
|
||
|
*.webp
|
||
|
|
||
|
# Portable Network Graphics
|
||
|
*.png
|
||
|
|
||
|
# Animated Portable Network Graphics
|
||
|
*.apng
|
||
|
|
||
|
# Multiple-image Network Graphics
|
||
|
*.mng
|
||
|
|
||
|
# Tagged Image File Format
|
||
|
*.tiff
|
||
|
*.tif
|
||
|
|
||
|
# Scalable Vector Graphics
|
||
|
*.svg
|
||
|
*.svgz
|
||
|
|
||
|
# Portable Document Format
|
||
|
*.pdf
|
||
|
|
||
|
# X BitMap
|
||
|
*.xbm
|
||
|
|
||
|
# BMP
|
||
|
*.bmp
|
||
|
*.dib
|
||
|
|
||
|
# ICO
|
||
|
*.ico
|
||
|
|
||
|
# 3D Images
|
||
|
*.3dm
|
||
|
*.max
|
||
|
|