summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-28 13:02:24 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-28 13:02:24 +0000
commit4626c89fde4187298219d76253415b58347b199c (patch)
treef8dec2af98cdbf6329b07ab5597cc03881a30adc /crawl-ref/.gitignore
parent7da9fbce1aed84ac9b02d8c4f7363ca02429d238 (diff)
downloadcrawl-ref-4626c89fde4187298219d76253415b58347b199c.tar.gz
crawl-ref-4626c89fde4187298219d76253415b58347b199c.zip
Trunk->0.5 merge (10445): Move .gitignore into crawl-ref (RjY).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10446 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/.gitignore')
-rw-r--r--crawl-ref/.gitignore30
1 files changed, 30 insertions, 0 deletions
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