diff options
author | Adam <Adam@anope.org> | 2013-03-14 15:19:41 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-03-14 15:19:41 -0400 |
commit | b17ba83e9c5da3620277ff317b5f82dc397813d7 (patch) | |
tree | e3a4dfc4fb0a62172816c1c41548bb18e89dea4a /.gitignore | |
parent | ade9cc213446832e818f4dd2c7d942e498cbb2d0 (diff) |
Replace Windows build system and installer with cmake
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore index af10891ba..3a5fef871 100644 --- a/.gitignore +++ b/.gitignore @@ -28,26 +28,3 @@ /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 |