diff options
author | rubidium <rubidium@openttd.org> | 2008-01-17 02:13:01 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-17 02:13:01 +0000 |
commit | f5d72cc84c36e4879969a023f8e01f62b316de6f (patch) | |
tree | a1b3495db49cb582cb5c3d6725edf6d4176aa6e7 /.gitignore | |
parent | 08c01e64b87d810477e75bedba58eed88f555bde (diff) | |
download | openttd-f5d72cc84c36e4879969a023f8e01f62b316de6f.tar.xz |
(svn r11890) -Change: ignore some files for git too. Patch by bruce89.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..965b40a85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +Makefile* +bin/* +!bin/data/chars.grf +!bin/data/openttdd.grf +!bin/data/openttdw.grf +!bin/data/opntitle.grf +!bin/scenario/README +!bin/scripts* +config.* +objs/* +src/rev.cpp |