Lazarus.gitignore 145 字节
Newer Older
D
Daniel Bailey 已提交
1 2 3 4 5 6 7 8 9 10 11 12
#ignore backup files
backup/

#ignore files generated by the compiler
lib/
*.compiled
*.o
*.or
*.ppu

#exclude executable output in windows
*.exe