From 5c16a97151fb7edd65184a121c78aed60d8caec7 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 17 Sep 2021 10:29:25 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 27 +++++++++++++++++++++------ pascal/Makefile | 0 2 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 pascal/Makefile diff --git a/.gitignore b/.gitignore index ef31ca0..c0cd523 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/pascal/Makefile b/pascal/Makefile new file mode 100644 index 0000000..e69de29