2021-06-11 16:02:01 +08:00
|
|
|
# Temporary Files for Tesing
|
|
|
|
*_testing*
|
|
|
|
|
|
|
|
# Cmake Build Directory
|
|
|
|
*/build/*
|
|
|
|
*/build_mingw/*
|
|
|
|
|
|
|
|
#Visual Studio Build Directory
|
|
|
|
*/Debug/*
|
|
|
|
*/Release/*
|
|
|
|
*/Testing/*
|
|
|
|
|
|
|
|
#cmake files for mingw
|
|
|
|
*.cmake
|
|
|
|
*.dir
|
|
|
|
*.tcl
|
|
|
|
*.ninja
|
|
|
|
*.ninja_deps
|
|
|
|
*.ninja_log
|
|
|
|
*/CMakeFiles/*
|
|
|
|
CMakeCache.txt
|
|
|
|
Makefile
|
|
|
|
|
|
|
|
#backup files
|
|
|
|
*.*~
|
|
|
|
|
2021-12-29 22:53:44 +08:00
|
|
|
#Music files
|
|
|
|
*.mp3
|
|
|
|
*.aac
|
|
|
|
*.wav
|
|
|
|
*.m4a
|
|
|
|
*.flac
|
|
|
|
*.wma
|
|
|
|
|
2021-06-11 16:02:01 +08:00
|
|
|
#Gresource prebuild file
|
|
|
|
*/src/resources.cpp
|
2021-12-29 22:53:44 +08:00
|
|
|
build/*
|
|
|
|
build/mingw/*
|
2021-06-11 16:02:01 +08:00
|
|
|
|
2021-09-11 11:20:03 +08:00
|
|
|
#gschemas file
|
|
|
|
gschemas.compiled
|
|
|
|
|
2021-06-11 16:02:01 +08:00
|
|
|
#backend source
|
|
|
|
backend/*
|
|
|
|
|
2022-04-16 15:12:09 +08:00
|
|
|
#The binary files
|
2021-06-11 16:02:01 +08:00
|
|
|
FiveRow
|
2022-04-16 15:12:09 +08:00
|
|
|
24game
|
2021-06-11 16:02:01 +08:00
|
|
|
|
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
*.smod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2021-12-29 22:53:44 +08:00
|
|
|
*.bin
|
2021-06-11 16:02:01 +08:00
|
|
|
|