mirror of
https://github.com/kristoferssolo/customs.git
synced 2025-12-31 13:42:33 +00:00
40 lines
493 B
Plaintext
40 lines
493 B
Plaintext
/target
|
|
#--------------------------------------------------#
|
|
# The following was generated with gitignore.nvim: #
|
|
#--------------------------------------------------#
|
|
# Gitignore for the following technologies: 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
|
|
/build
|