diff options
| author | Cabergs Charles <cacharle@e-r6-p7.s19.be> | 2019-07-02 23:44:43 +0200 |
|---|---|---|
| committer | Cabergs Charles <cacharle@e-r6-p7.s19.be> | 2019-07-02 23:44:43 +0200 |
| commit | f870cace58c695e417cde3c6f1ae9d3838d83bc3 (patch) | |
| tree | da718a1c479f0846d29326c63e925a35c1e9d4ee /shell00/ex06 | |
| parent | 0619a89ac7c9fc5debc3f7c6d2ee348d2d00b58a (diff) | |
| download | piscine-f870cace58c695e417cde3c6f1ae9d3838d83bc3.tar.gz piscine-f870cace58c695e417cde3c6f1ae9d3838d83bc3.tar.bz2 piscine-f870cace58c695e417cde3c6f1ae9d3838d83bc3.zip | |
c00 start, shell01 ex01 correcion
Diffstat (limited to 'shell00/ex06')
| -rw-r--r-- | shell00/ex06/.gitignore | 1 | ||||
| -rwxr-xr-x | shell00/ex06/git_ignore.sh | 1 |
2 files changed, 2 insertions, 0 deletions
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/\.\///" |
