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