My_GtkUi/.gitignore

71 lines
679 B
Plaintext
Raw Normal View History

2021-06-11 09:55:57 +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
*.*~
2022-01-20 23:00:29 +08:00
*.mp3
2021-06-11 09:55:57 +08:00
#Gresource prebuild file
*/src/resources.cpp
2021-06-29 16:26:38 +08:00
resources.cc
2021-06-11 09:55:57 +08:00
#backend source
backend/*
#The binary
FiveRow
# 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