kopia lustrzana https://github.com/sq8vps/vp-digi
119 wiersze
1.4 KiB
Plaintext
119 wiersze
1.4 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
|
||
|
|
||
|
### Eclipse ###
|
||
|
.metadata
|
||
|
bin/
|
||
|
tmp/
|
||
|
*.tmp
|
||
|
*.bak
|
||
|
*.swp
|
||
|
*~.nib
|
||
|
local.properties
|
||
|
.settings/
|
||
|
.loadpath
|
||
|
.recommenders
|
||
|
|
||
|
# External tool builders
|
||
|
.externalToolBuilders/
|
||
|
|
||
|
# Locally stored "Eclipse launch configurations"
|
||
|
*.launch
|
||
|
|
||
|
# PyDev specific (Python IDE for Eclipse)
|
||
|
*.pydevproject
|
||
|
|
||
|
# CDT-specific (C/C++ Development Tooling)
|
||
|
.cproject
|
||
|
|
||
|
# CDT- autotools
|
||
|
.autotools
|
||
|
|
||
|
# Java annotation processor (APT)
|
||
|
.factorypath
|
||
|
|
||
|
# PDT-specific (PHP Development Tools)
|
||
|
.buildpath
|
||
|
|
||
|
# sbteclipse plugin
|
||
|
.target
|
||
|
|
||
|
# Tern plugin
|
||
|
.tern-project
|
||
|
|
||
|
# TeXlipse plugin
|
||
|
.texlipse
|
||
|
|
||
|
# STS (Spring Tool Suite)
|
||
|
.springBeans
|
||
|
|
||
|
# Code Recommenders
|
||
|
.recommenders/
|
||
|
|
||
|
# Annotation Processing
|
||
|
.apt_generated/
|
||
|
.apt_generated_test/
|
||
|
|
||
|
# Scala IDE specific (Scala & Java development for Eclipse)
|
||
|
.cache-main
|
||
|
.scala_dependencies
|
||
|
.worksheet
|
||
|
|
||
|
# Uncomment this line if you wish to ignore the project description file.
|
||
|
# Typically, this file would be tracked if it contains build/dependency configurations:
|
||
|
#.project
|
||
|
|
||
|
### Eclipse Patch ###
|
||
|
# Spring Boot Tooling
|
||
|
.sts4-cache/
|