]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
git housekeeping:
authorpwpiwi <pwpiwi@users.noreply.github.com>
Fri, 27 Jun 2014 17:23:42 +0000 (19:23 +0200)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Fri, 27 Jun 2014 17:23:42 +0000 (19:23 +0200)
- added *.log files to .gitignore
- new file .gitattributes: tell git not to diff or merge binary *.bit (FPGA) files

.gitattributes [new file with mode: 0644]
.gitignore

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..ef225ce
--- /dev/null
@@ -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
index 3f6347a0d9deb9960d368e0062168a7f1a7ebdc9..97862aaa58823a6795e11cc813fae177743d61c7 100644 (file)
@@ -1,6 +1,7 @@
 # .gitignore
 # don't push these files to the repository
 
+*.log
 *.o
 *.a
 *.d
Impressum, Datenschutz