diff --git a/.gitignore b/.gitignore index 5cb7d4aef..8f311237d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ ###Files and folders specified here will never be tracked. -#Ignore everything in datafolder and subdirectories +#Ignore everything in data folder and subdirectories /data/**/* /tmp/**/* +#Ignore the messages generated at the end of the round +/Hyperbot/**/* + #Ignore byond config folder. /cfg/**/*