From 0dcf1ee3fdee8e07b68e086312cbdc3ea26d3745 Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Fri, 27 Jun 2014 19:23:42 +0200 Subject: [PATCH 1/1] git housekeeping: - added *.log files to .gitignore - new file .gitattributes: tell git not to diff or merge binary *.bit (FPGA) files --- .gitattributes | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ef225ce2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# .gitattributes +# prevent binary files from CRLF handling, diff and merge: +fpga/fpga.bit -crlf -diff + \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3f6347a0..97862aaa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # .gitignore # don't push these files to the repository +*.log *.o *.a *.d -- 2.39.2