added lazarus gitignore file
This commit is contained in:
parent
0aeefb48c0
commit
78c94f84f3
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…
Reference in New Issue
Block a user