From 0db48c2c9d8c80d661fa06a121f0b1b3afe246e3 Mon Sep 17 00:00:00 2001 From: Peter Rasmussen Date: Tue, 1 Sep 2020 04:57:49 -0400 Subject: [PATCH] Gitignore (#109) * Add .gitattributes to support cross-platform coding * Ignore nohup and other *.out files --- .gitattributes | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..314766e91 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf diff --git a/.gitignore b/.gitignore index 51ede2658..67fdfeb93 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.pid *.log *.log.* +*.out *.csv *.png *.gif