Browse Source

Ignored some arbitrary files.

wes 4 years ago
parent
commit
38466f9325
2 changed files with 7 additions and 4 deletions
  1. 6 2
      .gitignore
  2. 1 2
      ToDo/ToDo.txt

+ 6 - 2
.gitignore

@@ -1,8 +1,12 @@
 
 
 .vscode/c_cpp_properties.json
 .vscode/c_cpp_properties.json
-#  never add executables - in any directory
+#  never add binaries - in any directory
 **.exe
 **.exe
+**.o
 #  never add dynamically linked libraries- in any directory
 #  never add dynamically linked libraries- in any directory
 **.dll
 **.dll
 #  never add postscript document format- in any directory
 #  never add postscript document format- in any directory
-**.pdf
+**.pdf
+#  ignore these arbitrary files
+**logMe
+PauseAndContinueTest.txt

+ 1 - 2
ToDo/ToDo.txt

@@ -1,8 +1,7 @@
 28April20
 28April20
 Got image and text to work - but image resource has to be added before adding to pagecontext. there is a committed version of this from today. 
 Got image and text to work - but image resource has to be added before adding to pagecontext. there is a committed version of this from today. 
 We now need to figure out how shutdown and continue works. In Gal's example it creates 2 separate pages. In our example it is now creating one page with only the image on it, no text.
 We now need to figure out how shutdown and continue works. In Gal's example it creates 2 separate pages. In our example it is now creating one page with only the image on it, no text.
-The text could be getting overwritten. The image resource or any resources loaded through PDFWriter have to be added before PDFWriter is used to stream the document.
-Make sure logme files are put into GitIGNORE or other text files we dont want.
+
 
 
 30April20
 30April20
 1) Figure out this error message for pdfHummusTest1.exe:
 1) Figure out this error message for pdfHummusTest1.exe: