From dd4a870519684498d04268f05646c1703d654386 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 28 Jul 2009 12:58:22 +0000 Subject: Move .gitignore into crawl-ref (RjY). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10445 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/.gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 crawl-ref/.gitignore (limited to 'crawl-ref/.gitignore') diff --git a/crawl-ref/.gitignore b/crawl-ref/.gitignore new file mode 100644 index 0000000000..5ee883acef --- /dev/null +++ b/crawl-ref/.gitignore @@ -0,0 +1,30 @@ +*.[oa] +*.ann +*.diff +saves +morgue +*.orig +*.rej +*.swp +core +debug.map +err.txt +map.dump +mapgen.log +\#* +.#* +TAGS + +arena.result + +# Tile copied files +source/dat/tiles/dngn.png +source/dat/tiles/main.png +source/dat/tiles/player.png + +# The Crawl executable. +source/crawl + +# Level-compiler generated files. +source/util/*.cc +source/util/*.h -- cgit v1.2.3-54-g00ecf