1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-02 11:36:22 +01:00
metasploit-payloads/c/meterpreter/.gitignore

64 lines
711 B
Plaintext
Raw Normal View History

2012-11-19 23:40:03 +01:00
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
2013-03-07 01:11:11 +01:00
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/*
2013-09-03 12:09:52 +02:00
source/jpeg-8/Backup/*
# other VS garbage
*.suo
*.ncb
2013-10-16 00:43:56 +02:00
# 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
2013-10-16 00:43:56 +02:00
# Doxygen output
docs/*
2015-01-02 02:02:57 +01:00
# ignore CLion files
.idea/
CMakeLists.txt