terrylao / PascalContainer

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
https://tuxedocatdarkchess.blogspot.com
38 stars 20 forks source link

Add .gitigonre and .gitattributes #6

Closed gcarreno closed 3 years ago

gcarreno commented 3 years ago

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:

$ 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 :)

Many thanks!!

Cheers, Gus

gcarreno commented 3 years ago

Hey Terry(@terrylao),

Many thanks for the quick merge!! You da man ;)

Cheers, Gus