Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 12, 2019
1 parent 6754770 commit 57bb003
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@

build-gfortran
build-lfort
lfort_intrinsics.o
liblfortran.a

## CMake
CMakeCache.txt
CMakeFiles/
Makefile
CTestTestfile.cmake
cmake_install.cmake
install_manifest.txt


## libraries
*.a
*.so

## Generated files
lfortran/ast/ast.py
lfortran/asr/asr.py
lfortran/parser/fortran.tokens
Expand Down

0 comments on commit 57bb003

Please sign in to comment.