27 lines
242 B
Plaintext
27 lines
242 B
Plaintext
# build artifacts
|
|
/obj/
|
|
/fblogin
|
|
*.o
|
|
*.d
|
|
|
|
# logs, cores, misc
|
|
*.log
|
|
core
|
|
core.*
|
|
|
|
# editor/OS junk
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# backups: files and directories ending in .bak
|
|
*.bak
|
|
**/*.bak
|
|
**/*.bak/
|
|
|
|
# manpage compressed variant
|
|
man/*.gz
|
|
|
|
tmp/
|