diff options
Diffstat (limited to 'gdbsupport')
-rw-r--r-- | gdbsupport/.gitattributes | 6 | ||||
-rw-r--r-- | gdbsupport/ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdbsupport/.gitattributes b/gdbsupport/.gitattributes new file mode 100644 index 0000000..6df2574 --- /dev/null +++ b/gdbsupport/.gitattributes @@ -0,0 +1,6 @@ +# -*- conf -*- + +# Use cpp-style diffs for .h files. This is useful +# if you modify classes defined in a header file. + +*.h diff=cpp diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index 033be86..c47bb4e 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,7 @@ +2020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> + + * .gitattributes: New file. + 2020-03-03 Simon Marchi <simon.marchi@efficios.com> * Makefile.in: Re-generate. |