diff options
author | P. J. McDermott <pjm@nac.net> | 2013-11-02 22:53:22 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-02 22:53:22 (EDT) |
commit | 84742967e0b93435f5d15002d1447f07380dfa37 (patch) | |
tree | f0e6522d759bd828699a42670a07d361a683876f /.gitignore | |
parent | 33a81a4afd7e67fa6b0a5c95dd01cd38a447ff02 (diff) | |
download | overworld-rpg-84742967e0b93435f5d15002d1447f07380dfa37.zip overworld-rpg-84742967e0b93435f5d15002d1447f07380dfa37.tar.gz overworld-rpg-84742967e0b93435f5d15002d1447f07380dfa37.tar.bz2 |
.gitignore: Update.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,28 +1,31 @@ +# Swap and backup files +*.s[a-w]? +Session.vim +*~ +*.orig + +# Files generated by aclocal, autoconf, and automake aclocal.m4 autom4te.cache/ configure config.h.in -compile -install-sh -missing +build-aux/ +ChangeLog INSTALL -depcomp Makefile.in +# Files generated by configure config.log config.status Makefile config.h stamp-h1 + +# Files generated by Makefile .deps .dirstamp *.o sdlex data/tilesets/*.png -*.tar.* +*.tar* sdlex-*/ - -*.s[a-w]? -Session.vim -*~ -*.orig |