diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore new file mode 100644 index 00000000..e7149354 --- /dev/null +++ b/Global/Lazarus.gitignore @@ -0,0 +1,12 @@ +#ignore backup files +backup/ + +#ignore files generated by the compiler +lib/ +*.compiled +*.o +*.or +*.ppu + +#exclude executable output in windows +*.exe \ No newline at end of file