tp-langages-formels/exclude-executables.sh

4 lines
97 B
Bash
Raw Normal View History

2020-05-15 23:51:08 +00:00
#!/bin/sh
find . -perm /111 -type f | sed 's#^./##' | sort > .gitignore
echo "*.c" >> .gitignore