diff options
author | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-11 17:49:07 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ansys.com> | 2014-06-11 17:49:07 +0200 |
commit | c8e565c22e149e70ae45cbe5b9afda5dd5685f43 (patch) | |
tree | 9c6d40dd23c27f1b7b6cd3cdc86abfbe80832e4d /.gitignore | |
parent | aefe04b278d37c5f1248ef631eeb08dbbb4da653 (diff) | |
download | scade-analyzer-c8e565c22e149e70ae45cbe5b9afda5dd5685f43.tar.gz scade-analyzer-c8e565c22e149e70ae45cbe5b9afda5dd5685f43.zip |
Parse type groups.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ +# Temporary files of text editors *.swp +*~ + +# Build products _build analyze -*~ + +# Menhir automaton data +*.conflicts +*.automaton |