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

27
.gitignore vendored
View File

@ -64,7 +64,7 @@ fabric.properties
# *.iml # *.iml
# modules.xml # modules.xml
# .idea/misc.xml # .idea/misc.xml
# *.ipr # *.ipr
@ -119,7 +119,7 @@ fabric.properties
# *.iml # *.iml
# modules.xml # modules.xml
# .idea/misc.xml # .idea/misc.xml
# *.ipr # *.ipr
@ -272,7 +272,7 @@ fabric.properties
# *.iml # *.iml
# modules.xml # modules.xml
# .idea/misc.xml # .idea/misc.xml
# *.ipr # *.ipr
@ -419,7 +419,7 @@ fabric.properties
*.iml *.iml
modules.xml modules.xml
.idea/misc.xml .idea/misc.xml
*.ipr *.ipr
@ -572,7 +572,7 @@ fabric.properties
# *.iml # *.iml
# modules.xml # modules.xml
# .idea/misc.xml # .idea/misc.xml
# *.ipr # *.ipr
@ -627,7 +627,7 @@ fabric.properties
# *.iml # *.iml
# modules.xml # modules.xml
# .idea/misc.xml # .idea/misc.xml
# *.ipr # *.ipr
### C++ ### ### C++ ###
@ -679,6 +679,21 @@ fabric.properties
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* 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 # Ignore all the stupid idea garbage
**/.idea/**/*.xml **/.idea/**/*.xml
**/.idea/**/*.iml **/.idea/**/*.iml

0
pascal/Makefile Normal file
View File