diff --git a/.gitignore b/.gitignore index 2a869a3c7..e6942da1b 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ tls.rnd # Ignores for platform stuff .DS_Store +[D|d]esktop.ini # Ignores for build artifacts *.so @@ -44,6 +45,24 @@ src/ircd src/version.c src/include +# Ignores for windows stuff +## Binaries +*.dll +*.exe +*.map +*.pdb +*.lib + +## Build artifacts +*.obj +*.exp +*.ilk +*.res +##Other +*.tmp +UnrealIRCd.def* +*.nativecodeanalysis.xml + # Ignores for mac stuff ## Various settings *.pbxuser