Alexey-T / CudaText_up

Bash script to download CudaText sources (all packages) and compile them. Requires Lazarus 2.0+.
MIT License
15 stars 10 forks source link

Add gitignore to ignore build related files #15

Closed adnan360 closed 2 years ago

adnan360 commented 2 years ago

After build is complete git sees the output files (in bin, src directories) as changes which is a potential problem for devs. This PR adds a .gitignore to ignore build related files so that future commits can be done without thinking that much about ignoring build files.