mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
added lazarus gitignore file
This commit is contained in:
parent
0aeefb48c0
commit
78c94f84f3
1 changed files with 12 additions and 0 deletions
12
Lazarus.gitignore
Normal file
12
Lazarus.gitignore
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue