diff --git a/PureBasic.gitignore b/PureBasic.gitignore new file mode 100644 index 0000000000..5aa45941ef --- /dev/null +++ b/PureBasic.gitignore @@ -0,0 +1,15 @@ +# PureBasic + +# Settings files +*.pb.cfg +*.pbi.cfg +project.cfg + +# Shared libraries +*.so +*.dylib +*.dll + +# Binary executables +*.exe +*.app