Initial commit

This commit is contained in:
Martin Pander
2020-09-10 09:54:18 +02:00
commit 03c7bc3c59
50 changed files with 7816 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
PATH="/usr/local/bin:$PATH"
trap "rm -f .git/tags.$$" EXIT
ctags --tag-relative -Rf.git/tags.$$ --exclude=.git --fields=+l
mv .git/tags.$$ .git/tags

View File

@ -0,0 +1,2 @@
#!/bin/sh
.git/hooks/ctags > /dev/null 2>&1 &

View File

@ -0,0 +1,3 @@
#!/bin/sh
#git push origin
.git/hooks/ctags > /dev/null 2>&1 &

View File

@ -0,0 +1,2 @@
#!/bin/sh
.git/hooks/ctags > /dev/null 2>&1 &

View File

@ -0,0 +1,4 @@
#!/bin/sh
case "$1" in
rebase) exec .git/hooks/post-merge ;;
esac

View File

@ -0,0 +1,22 @@
# mac
.DS_Store
# c++
*.o
*.d
*.pyc
# tex
*.pdf
*.log
*.aux
*.fls
*.fdb_latexmk
*.toc
*.loa
*.bbl
*.blg
*.rev
*.tdo
*.xmp
*.out