diff options
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/\.\///" |
