Moved most source files to /src/ Renamed `LICENSE` to `COPYING` to reduce (my personal) misspellings. Rewrote Makefile to be more Quinn-friendly, and removed some components not necessary for me, since this is a personal project.
19 lines
193 B
Plaintext
19 lines
193 B
Plaintext
# Ignore dotfiles by default
|
|
.*
|
|
|
|
# Ignore common (generated) file types
|
|
*.a
|
|
*.o
|
|
*.d
|
|
*.so
|
|
*.out
|
|
*.hex
|
|
*.gz
|
|
|
|
# Ignore /bin/ directory
|
|
/bin/
|
|
|
|
# Unignore specific files.
|
|
!.gitignore
|
|
!.clang-format
|