From f923fd802462727ce093ef10946746a71b2fc1d0 Mon Sep 17 00:00:00 2001 From: "David L. Day" Date: Sun, 23 Oct 2011 22:59:27 -0400 Subject: [PATCH] Updated .gitignore to exclude release files. --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2acc57..216a8d9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,15 @@ # *.[oa] # *~ # I use a local build directory for dzil -build/* +Lingua-AtD-* +build .build + +# avoid temp and backup files +*~ +*# +*.bak +*.old +*.rej +*.swp +*.tmp