Commit Graph

6 Commits

Author SHA1 Message Date
Neels Hofmeyr 0ad8f7e098 gitignore Makefiles produced by 'make compile'
Change-Id: Ia71e76f0dce2ba2f9f5837f4d3d099dff92e8787
2018-03-16 18:25:58 +01:00
Neels Hofmeyr 310f5761d4 gitignore *.{cc,hh}, whitelist library/*.{cc,hh}
ttcn3 creates these files, and they clutter 'git status' output.

Change-Id: I6b7868ae71d3d3e710232b22a964f701ae8bd05d
2018-03-16 18:25:55 +01:00
Neels Hofmeyr 53fb0cf22b gen_links.sh: auto-generate .gitignore files to ignore symlinks
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-03-16 00:08:08 +01:00
Pau Espin 11ad2afd06 gitignore: Ignore dependency subdirs
Change-Id: I843da5c51d68102b992ce178404d8601c520229f
2018-01-29 11:55:23 +01:00
Max dde54d3979 Ignore build byproducts
Change-Id: I3a677a809f372a147cd4855abe3f0db14f738450
2017-12-13 14:25:54 +01:00
Harald Welte e483c102f9 add .gitignore file 2017-04-12 12:15:38 +02:00