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
# modules.xml
# .idea/misc.xml
# .idea/misc.xml
# *.ipr
@ -119,7 +119,7 @@ fabric.properties
# *.iml
# modules.xml
# .idea/misc.xml
# .idea/misc.xml
# *.ipr
@ -272,7 +272,7 @@ fabric.properties
# *.iml
# modules.xml
# .idea/misc.xml
# .idea/misc.xml
# *.ipr
@ -419,7 +419,7 @@ fabric.properties
*.iml
modules.xml
.idea/misc.xml
.idea/misc.xml
*.ipr
@ -572,7 +572,7 @@ fabric.properties
# *.iml
# modules.xml
# .idea/misc.xml
# .idea/misc.xml
# *.ipr
@ -627,7 +627,7 @@ fabric.properties
# *.iml
# modules.xml
# .idea/misc.xml
# .idea/misc.xml
# *.ipr
### C++ ###
@ -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