From f870cace58c695e417cde3c6f1ae9d3838d83bc3 Mon Sep 17 00:00:00 2001 From: Cabergs Charles Date: Tue, 2 Jul 2019 23:44:43 +0200 Subject: c00 start, shell01 ex01 correcion --- shell00/ex06/.gitignore | 1 + shell00/ex06/git_ignore.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 shell00/ex06/.gitignore create mode 100755 shell00/ex06/git_ignore.sh (limited to 'shell00/ex06') diff --git a/shell00/ex06/.gitignore b/shell00/ex06/.gitignore new file mode 100644 index 0000000..f539d25 --- /dev/null +++ b/shell00/ex06/.gitignore @@ -0,0 +1 @@ +find . -print | git check-ignore --stdin | sed -e "s/\.\///" diff --git a/shell00/ex06/git_ignore.sh b/shell00/ex06/git_ignore.sh new file mode 100755 index 0000000..f539d25 --- /dev/null +++ b/shell00/ex06/git_ignore.sh @@ -0,0 +1 @@ +find . -print | git check-ignore --stdin | sed -e "s/\.\///" -- cgit