1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-20 20:37:27 +01:00
metasploit-payloads/c/meterpreter/.gitignore
OJ 550da5946e Merge branch 'upstream/master' into command_req_update
A few minor issues around formatting collisions, nothing huge.
.gitignore fixes too

Conflicts:
	source/common/base_dispatch_common.c
	source/extensions/stdapi/server/stdapi.c
2013-11-27 06:51:12 +10:00

60 lines
667 B
Plaintext

# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
tags
# project config output
r7_release
r7_debug
debug
release
Debug
Release
# temporary files
*.swp
# VS local dbs
*.sdf
*.opensdf
# VS ipch
workspace/ipch/*
# VS upgrade junk
UpgradeLog.*
_UpgradeReport_Files
workspace/Backup/*
source/jpeg-8/Backup/*
# other VS garbage
*.suo
*.ncb
# ignore posix temp stuff
posix-meterp-build-tmp/*
data/meterpreter/*
source/server/rtld/elf2bin
source/server/rtld/lib*
source/server/rtld/msflinker
source/server/rtld/msflinker.bin
source/server/rtld/rtldtest
# Doxygen output
docs/*