You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
334 B
24 lines
334 B
# ---> PureBasic |
|
# Created by https://www.gitignore.io/api/purebasic |
|
# Edit at https://www.gitignore.io/?templates=purebasic |
|
|
|
### PureBasic ### |
|
# PureBasic |
|
|
|
# Settings files |
|
*.pb.cfg |
|
*.pbi.cfg |
|
project.cfg |
|
|
|
# Shared libraries |
|
*.so |
|
*.dylib |
|
*.dll |
|
|
|
# Binary executables |
|
*.exe |
|
*.app |
|
*.out |
|
|
|
# End of https://www.gitignore.io/api/purebasic |
|
|
|
|