peerapi/.gitignore

38 lines
308 B
Plaintext
Raw Permalink Normal View History

2016-08-11 20:54:01 -07:00
# PeerConnect
2016-02-29 04:02:26 -08:00
build
2016-02-26 21:20:09 -08:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2016-08-11 20:39:33 -07:00
# OS
2017-10-22 08:39:49 -07:00
.DS_Store
# Visual Studo Code
.vscode