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