Files

23 lines
251 B
Plaintext
Raw Permalink Normal View History

# ignore anything begin with dot
.*
# exceptions we need even begin with dot
!.clang-format
!.gitignore
!.github
!.editorconfig
2018-12-20 14:36:49 +09:00
# Object files
*.o
*.a
*.dep
#Build & install directories
build/
install/
# Development friendly files
tags
2022-10-13 09:26:23 +08:00
cscope*
2024-12-02 11:03:33 +00:00
*~