Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- # Autotools cruft
- *.o
- *.lo
- *.a
- *.la
- *.exe
- *.elf
- *.self
- *.nexe
- *.userprefs
- *.usertasks
- *.pidb
- .auto
- .libs
- .deps
- .dirstamp
- 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.*
- callgrind.out.*
- perf.data*
- *.gcda
- *.gcno
- # Editor cruft
- .*.swp
- *~
- # Visual Studio cruft
- *.vcxproj.user
- win32/ipch
- win32/*Debug
- win32/*Release
- win32/*.opensdf
- win32/*.sdf
- win32/*.suo
- win32/*.log
- win32/*.XGD
- # 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
- test/testsuite
- test/tutorial/01_triangle
- test/tutorial/02_cube
- test/tutorial/03_fractal
- test/benchsuite
- test/quad
- test/sandbox/sample
- test/math/pi
- test/math/poly
- test/math/remez
- test/xolotl/xolotl
- tools/make-font
- # Our data
- *.lolfx.cpp
|