Initial public release: fresh history
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user