You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Autotools cruft
- *.o
- *.lo
- *.a
- *.la
- *.exe
- *.elf
- *.self
- *.userprefs
- *.usertasks
- *.pidb
- .auto
- .libs
- .deps
- Makefile
- Makefile.in
- aclocal.m4
- autom4te.cache
- config.h.in
- config.h
- config.log
- config.status
- configure
- libtool
- stamp-*
- *-stamp
- lolengine-*.tar.*
- # Personal stuff
- patch-*.diff
- # Debugging cruft
- core
- core.*
- vgcore.*
- # Editor cruft
- .*.swp
- *~
- # Visual Studio cruft
- win32/Debug
- win32/Release
- win32/*.vcxproj.user
- win32/*.sdf
- win32/*.suo
- # Do not exclude anything in contrib; this is currently one level
- # more than our current max
- !contrib/*
- !contrib/*/*
- !contrib/*/*/*
- !contrib/*/*/*/*
- !contrib/*/*/*/*/*
- !contrib/*/*/*/*/*/*
- !contrib/*/*/*/*/*/*/*
- # Our binaries
- deushax/deushax
- deushax/editor
- monsterz/monsterz
- test/lol-test
- test/lol-bench
- test/quad
- test/sandbox
- tools/make-font
- # Our data
|