From cf31d903abc6c16300386a34fe8060dbe7d55434 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 26 Nov 2013 11:24:07 +0100 Subject: [PATCH] Add var/ to ignored directories I use this directory to store run-time files while testing. I don't want to accidentally add them to the repo... --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fe1e936..2b30b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ drop-world.sh libtool nbproject/private conf/wmud.conf +var