mirror of
https://github.com/ToshioCP/Gtk4-tutorial.git
synced 2024-11-16 19:50:35 +01:00
27 lines
312 B
Text
Executable file
27 lines
312 B
Text
Executable file
# .gitignore
|
|
|
|
src/img.rb
|
|
src/imgsize.rb
|
|
src/toi.rb
|
|
src/misc/cairo2.c
|
|
src/misc/cairo2.pdf
|
|
src/misc/color_square.c
|
|
src/misc/color_square.png
|
|
src/tfe/hello.txt
|
|
src/tfe/resources.c
|
|
src/tfe5/hello.txt
|
|
src/temp
|
|
src/le
|
|
latex/*
|
|
|
|
# build directory
|
|
*_build
|
|
|
|
# a.out
|
|
*a.out
|
|
|
|
# configuration file
|
|
*.vscode
|
|
|
|
# backup file
|
|
*~
|