advanced data structure in Pascal, include B-Tree,B+-Tree,B*-Tree,T-Tree,HashMap,priority queue,red-black-Tree,AVL-tree,Quad-Tree,SkipList,Sortable Single Linklist,Sort Function,LockFreeQueue,nth_element,M-tree,PDQSort
This adds .gitignore and .gitattributes files that I've assembled from the GitHub examples and added some more stuff due to experience.
This will ignore all the folders/files we don't want included in the repo.
It also makes line endings more clear to GIT and the fact that this can be used with 3 systems that all have their own way of dealinf with line endings :)
I would ask you if you could please:
$ git rm project1.lps
This removes the Lazarus session file from the repo.
This is a private file and contributes nothing to the code.
I already have an ignore rule for *.lps files on the .gitignore :)
Hey Terry(@terrylao),
This adds
.gitignore
and.gitattributes
files that I've assembled from the GitHub examples and added some more stuff due to experience.This will ignore all the folders/files we don't want included in the repo. It also makes line endings more clear to GIT and the fact that this can be used with 3 systems that all have their own way of dealinf with line endings :)
I would ask you if you could please:
This removes the Lazarus session file from the repo. This is a private file and contributes nothing to the code. I already have an ignore rule for
*.lps
files on the.gitignore
:)Many thanks!!
Cheers, Gus