mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 20:43:36 +01:00
23 lines
235 B
Text
23 lines
235 B
Text
# Build directory
|
|
build/**
|
|
|
|
# Sublime Text files
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Object files.
|
|
*.o
|
|
|
|
# Some notes.
|
|
notes/**
|
|
|
|
# Output files
|
|
libc.a
|
|
libgint.a
|
|
gintdemo.g1a
|
|
gintdbg.g1a
|
|
|
|
# Configuration files
|
|
gcc.cfg
|
|
Makefile.cfg
|
|
|