diff options
-rwxr-xr-x | git/new-c-proj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/new-c-proj b/git/new-c-proj index ce04f39..881e670 100755 --- a/git/new-c-proj +++ b/git/new-c-proj @@ -51,6 +51,7 @@ cat > .gitignore <<EOF *.gcda EOF +mkdir -p -- .git/info printf '_*\n' >> .git/info/exclude if printf '%s\n' "$1" | grep '^lib' >/dev/null 2>/dev/null; then |