diff options
-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 |