You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
1.0 KiB
Plaintext
95 lines
1.0 KiB
Plaintext
# ---> C++
|
|
# Prerequisites
|
|
*.d
|
|
*.dSYM
|
|
|
|
# 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
|
|
*.libs
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
test/*
|
|
!test/*.[hc]?
|
|
|
|
# ---> macOS
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# JetBrains
|
|
.idea
|
|
/local.conf
|
|
/test/test_upload
|
|
/test/test_torrent2magnet
|
|
/test/test_maketorrent
|
|
/test/test_dumptorrent
|
|
/test/test_download
|
|
/test/test_dht_put
|
|
/test/test_dht
|
|
/test/keypair
|
|
/test/doom.magnet
|
|
/test/.dht
|
|
/test/test_dht_get
|
|
|
|
# editor
|
|
.??*.swp
|
|
ws
|
|
tags
|
|
|
|
# asn1c
|
|
|
|
mono/*.c
|
|
mono/*.h
|
|
|
|
# test
|
|
/test/secrets.cc
|