Update gitignore

This commit is contained in:
Timothy Warren 2021-09-17 10:29:25 -04:00
parent 7dfaf19686
commit 5c16a97151
2 changed files with 21 additions and 6 deletions

15
.gitignore vendored
View File

@ -679,6 +679,21 @@ fabric.properties
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### FreePascal ###
*.lps
*.compiled
*.[oa]
*.ppu
*.rst
*.cgi
*.exe
*.log
*.bak*
fp.ini
fp.cfg
fp.dsk
# Ignore all the stupid idea garbage
**/.idea/**/*.xml
**/.idea/**/*.iml

0
pascal/Makefile Normal file
View File