Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Work

build

dist

RELEASE-VERSION.txt

*.egg*
Expand Down Expand Up @@ -47,4 +49,6 @@ avaframe/com1DFA/*.so

# Byte-compiled / optimized / DLL files
# see https://github.com/github/gitignore/blob/main/Python.gitignore
*.py[cod]
*.py[cod]

*.rcf
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include avaframe/RELEASE-VERSION.txt
include avaframe/version.py
include avaframe/in3Utils/logging.conf
include avaframe/com1DFA/*.pyx
include avaframe/com9MoTVoellmy/MoT-Voellmy*.exe
recursive-include avaframe *Cfg.ini
global-exclude local_*Cfg.ini
prune benchmarks
Expand Down
Loading
Loading