Revision 9b6926a305406ed2a4ba72613f5aacfa387826b3 authored by Mohamed Barakat on 16 October 2020, 15:33:32 UTC, committed by GitHub on 16 October 2020, 15:33:32 UTC
Apply PackageJanitor and introduce new versioning scheme
2 parent s 29dae21 + fdd0b59
Raw File
.gitignore
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
*~
bin
change.log
VERSION
public_html
public_html.version
doc/*.pdf
doc/*.html
doc/*.txt
doc/*.six
doc/*Bib.xml
doc/*Bib.xml.bib
doc/*.aux
doc/*.bbl
doc/*.blg
doc/*.brf
doc/*.idx
doc/*.ilg
doc/*.ind
doc/*.log
doc/*.pnr
doc/*.tex
doc/*.toc
doc/*.out
doc/manual.lab
*.DS_Store
back to top