1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-03 11:58:23 +02:00

Added lazarus ignore file in the global dir this time

This commit is contained in:
Daniel Bailey 2013-11-13 18:33:14 +00:00
parent b10fa9c7d6
commit 27569799cb

12
Global/Lazarus.gitignore Normal file
View file

@ -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