From 2b4de19a7adc133ed23092f29b52de65875acdc9 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Tue, 6 Oct 2009 12:53:38 +0200 Subject: .gitignore: ignore only rltiles/*.png, not the actual tile dirs. --- crawl-ref/.gitignore | 1 + crawl-ref/source/rltiles/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref') diff --git a/crawl-ref/.gitignore b/crawl-ref/.gitignore index b05b554278..4559f61126 100644 --- a/crawl-ref/.gitignore +++ b/crawl-ref/.gitignore @@ -16,6 +16,7 @@ mapgen.log .#* *~ TAGS +DEADJOE arena.result diff --git a/crawl-ref/source/rltiles/.gitignore b/crawl-ref/source/rltiles/.gitignore index dd5adae1c9..3705ac383b 100644 --- a/crawl-ref/source/rltiles/.gitignore +++ b/crawl-ref/source/rltiles/.gitignore @@ -1,4 +1,4 @@ -*.png +/*.png tiledef*.cc tiledef*.h tool/tilegen.elf -- cgit v1.2.3-54-g00ecf