Premier exercice
This commit is contained in:
3
exclude-executables.sh
Executable file
3
exclude-executables.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
find . -perm /111 -type f | sed 's#^./##' | sort > .gitignore
|
||||
echo "*.c" >> .gitignore
|
Reference in New Issue
Block a user