summaryrefslogtreecommitdiffstats
path: root/crawl-ref/.gitignore
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-28 12:58:22 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-28 12:58:22 +0000
commitdd4a870519684498d04268f05646c1703d654386 (patch)
treec9dea15e3d0a69db6b7db97b45e59af11dc6f80f /crawl-ref/.gitignore
parent9ce3949248e40302b8474b49a42f778e933b0627 (diff)
downloadcrawl-ref-dd4a870519684498d04268f05646c1703d654386.tar.gz
crawl-ref-dd4a870519684498d04268f05646c1703d654386.zip
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
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