Created
December 25, 2024 16:48
-
-
Save Al-Muhandis/e1c9e7d39c9b5eb03d8de91695689808 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Lazarus compiler-generated binaries (safe to delete) | |
| *.exe | |
| *.dll | |
| *.so | |
| *.dylib | |
| *.res | |
| *.compiled | |
| *.dbg | |
| *.ppu | |
| *.o | |
| *.or | |
| *.a | |
| # Lazarus autogenerated files (duplicated info) | |
| *.rst | |
| *.rsj | |
| *.lrt | |
| # Lazarus local files (user-specific info) | |
| *.lps | |
| # Lazarus backups and unit output folders. | |
| # These can be changed by user in Lazarus/project options. | |
| backup/ | |
| *.bak | |
| lib/ | |
| # Application bundle for Mac OS | |
| *.app/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment