1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-20 20:37:27 +01:00
metasploit-payloads/c/meterpreter/.gitignore

59 lines
532 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
*.aps
# 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
# Doxygen output
docs/*
2015-01-02 02:02:57 +01:00
# ignore CLion files
.idea/
build
# AutoRecover files
~AutoRecover.*