1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- bld*/
- build*/
- cmake_build*/
- dependencies*/
- CMakeFiles/
- stk-editor/
- .config/
- supertuxkart-64
- make*.bat
- __pycache__
- data/editor
- data/karts
- data/library
- data/models
- data/music
- data/sfx
- data/textures
- data/tracks
- data/wip-tracks
- data/.svn
- # Ignore doxygen output
- src/html
- *.o
- *.d
- *.a
- *.patch
- *.diff
- *.obj
- *.orig
- *.rej
- *.log
- *.lib
- *.tlog
- *.pdb
- *.dll
- *.exe
- *.vcxproj
- *.vcxproj.filters
- *.vcxproj.user
- *~
- *.swp
- # Ignore QtCreator project file
- CMakeLists.txt.user
- packets_log.txt
- history.dat
- README.dependencies
- xx
- android/android-ndk*
- android/android-sdk*
- android/assets
- android/bin
- android/obj
- android/libs
- android-*
- *.apk
- lib/curl
- lib/freetype
- lib/ifaddrs
- lib/libogg
- lib/libvorbis
- lib/openal
- lib/openssl
|