1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-08 23:33:07 +01:00
metasploit-payloads/c/meterpreter/.gitignore
OJ 5c5e95eb73 Upgrade from VS2010 to VS 2012
* Perform the upgrade of the projects using the VS wizard.
* Exclude the ext_server_pivot project for now as it doesn't exist on
  disk.

Note: this changeset will not compile.
2013-09-02 09:49:50 +10:00

32 lines
274 B
Plaintext

# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
tags
# temporary files
*.swp
# VS local dbs
*.sdf
*.opensdf
# VS upgrade junk
UpgradeLog.*
_UpgradeReport_Files
workspace/Backup/*