133 lines
1.3 KiB
Text
133 lines
1.3 KiB
Text
|
# ---> C++
|
||
|
# Prerequisites
|
||
|
*.d
|
||
|
|
||
|
# Compiled Object files
|
||
|
*.slo
|
||
|
*.lo
|
||
|
*.o
|
||
|
*.obj
|
||
|
|
||
|
# Precompiled Headers
|
||
|
*.gch
|
||
|
*.pch
|
||
|
|
||
|
# Compiled Dynamic libraries
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.dll
|
||
|
|
||
|
# Fortran module files
|
||
|
*.mod
|
||
|
*.smod
|
||
|
|
||
|
# Compiled Static libraries
|
||
|
*.lai
|
||
|
*.la
|
||
|
*.a
|
||
|
*.lib
|
||
|
|
||
|
# Executables
|
||
|
*.exe
|
||
|
*.out
|
||
|
*.app
|
||
|
|
||
|
# ---> 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
|
||
|
*.bzip
|
||
|
*.bz2
|
||
|
*.xz
|
||
|
*.lzma
|
||
|
*.cab
|
||
|
|
||
|
#packing-only formats
|
||
|
*.iso
|
||
|
*.tar
|
||
|
|
||
|
#package management formats
|
||
|
*.dmg
|
||
|
*.xpi
|
||
|
*.gem
|
||
|
*.egg
|
||
|
*.deb
|
||
|
*.rpm
|
||
|
*.msi
|
||
|
*.msm
|
||
|
*.msp
|
||
|
|
||
|
# ---> 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
|
||
|
modules.order
|
||
|
Module.symvers
|
||
|
Mkfile.old
|
||
|
dkms.conf
|
||
|
|
||
|
# ---> Linux
|
||
|
*~
|
||
|
|
||
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
||
|
.fuse_hidden*
|
||
|
|
||
|
# KDE directory preferences
|
||
|
.directory
|
||
|
|
||
|
# Linux trash folder which might appear on any partition or disk
|
||
|
.Trash-*
|
||
|
|
||
|
# .nfs files are created when an open file is removed but is still being accessed
|
||
|
.nfs*
|
||
|
|
||
|
build/
|