aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-10-29Added .csv files to gitignoremithe241-0/+2
2025-10-29report: Initial structureAndreas Kapp Lindquist1-0/+6
2025-10-29chore(gitignore): Added files generated by PKGBUILDmithe241-0/+4
2025-10-29test(all): Added test script for testing against sortmithe241-0/+2
Added test.sh that tests our program against sort Added generate_test_data.sh for generating a large test data set
2025-10-29Make .gitignore catch any version tarballmithe241-1/+1
2025-10-29build: Move Makefile to src/ and putting object files in src/ toomithe241-1/+1
Changed output directory for objects files and put Makefile in src/. This is because that is how it's expected in desc.pdf
2025-10-29build(Deploy): Added `deploy` target for archiving program in a `.tar.gz`mithe241-0/+1
`make deploy` compresses and adds executable to a `.tar.gz` archive. It also adds `README.md` to `usr/bin/sorter/doc/'
2025-10-29chore(gitignore): gitignore for build/ and sorter exemithe241-0/+2