aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-03-16gitignore Makefiles produced by 'make compile'Neels Hofmeyr1-0/+6
Change-Id: Ia71e76f0dce2ba2f9f5837f4d3d099dff92e8787
2018-03-16gitignore *.{cc,hh}, whitelist library/*.{cc,hh}Neels Hofmeyr1-2/+4
ttcn3 creates these files, and they clutter 'git status' output. Change-Id: I6b7868ae71d3d3e710232b22a964f701ae8bd05d
2018-03-16gen_links.sh: auto-generate .gitignore files to ignore symlinksNeels Hofmeyr1-0/+1
In each subdir that is a target for symlinks, automatically ignore the results of gen_links(): - At the top of gen_links.sh.inc, clear the .gitignore. - In the loop, add each link name to the local .gitignore. - In selected gen_links.sh, there is also a "manual" link creationg. So that this also ends up in the local .gitignore, have the link creation as separate gen_link() macro which at the same time adds to ./.gitignore. - in the root .gitignore, ignore all the subdirs' generated */.gitignore files. Change-Id: I73c11fe8362358bf7e1bdf0e1be53399b5d3351b
2018-01-29gitignore: Ignore dependency subdirsPau Espin Pedrol1-0/+1
Change-Id: I843da5c51d68102b992ce178404d8601c520229f
2017-12-13Ignore build byproductsMax1-0/+2
Change-Id: I3a677a809f372a147cd4855abe3f0db14f738450
2017-04-12add .gitignore fileHarald Welte1-0/+4