X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.gitignore;h=af10891ba2fe320d1ef986aad9a2cefe49233bbe;hb=af496f1fea3f9a20607cb6d6ae0603971ba2400d;hp=21041bee720a023b7c2eb12bfa5f48dc4d940598;hpb=be4f9eccdf80c6820e5555f93dc93e93874f00a1;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.gitignore b/.gitignore index 21041bee7..af10891ba 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ /inspircd /org.inspircd.plist /run +/bin /include/inspircd_config.h /include/inspircd_version.h @@ -26,3 +27,27 @@ /src/modules/m_sqlite3.cpp /src/modules/m_ssl_gnutls.cpp /src/modules/m_ssl_openssl.cpp + +*.ilk +*.lib +*.pdb +*.exp +*.dll +*.exe +/src/commands/debug +/src/commands/release +/src/commands/debug_x64 +/src/commands/release_x64 +/src/commands/commands.mak +/src/modules/debug +/src/modules/release +/src/modules/debug_x64 +/src/modules/release_x64 +/src/modules/modules.mak +/win/x64* +/win/debug* +/win/release* +/win/*.suo +/win/*.sdf +/win/*.user +/win/*.opensdf