Removed irpf90.exe from repo

This commit is contained in:
Anthony Scemama 2013-07-02 01:39:03 +02:00
parent 07fdfc46ff
commit 6f6d8d0a2a
3 changed files with 3 additions and 2 deletions

1
src/.gitignore vendored
View File

@ -2,3 +2,4 @@
*.so
build/*
*~
irpf90.exe

Binary file not shown.

View File

@ -35,8 +35,8 @@ re_decl = re.compile( "".join( [ r"^\ *",
r"|logical[(::)?\* ,]+",
r"|character[(::)?\* ,]+",
r"|real[(::)?\* ,]+",
r"|dimension *(::)?",
r"|parameter *(::)?",
r"|dimension[(::)?\* ,]+",
r"|parameter[(::)?\* ,]+",
r"|data */",
r"|allocatable *(::)?",
r"|common */",