Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Sep 24, 2020
1 parent 848ce01 commit 5cd0e27
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# LFortran

src/bin/lfortran
src/bin/cpptranslate
src/bin/parse
src/bin/parse2
src/lfortran/parser/parser.output
tests/output
src/lfortran/tests/test_asm
src/lfortran/tests/test_ast
src/lfortran/tests/test_llvm
src/lfortran/tests/test_parse
src/lfortran/tests/test_pickle
src/lfortran/tests/test_stacktrace
src/lfortran/tests/test_cwrapper
src/lfortran/tests/write32
src/lfortran/tests/write32.asm
src/lfortran/tests/subroutines32
src/lfortran/tests/subroutines_args32
src/lfortran/tests/print32
src/lfortran/tests/print_integer
src/lfortran/tests/cmp32
src/lfortran/tests/x
src/lfortran/tests/ref_pickle.txt.new

# fortran_parser

build-gfortran
Expand All @@ -10,13 +35,17 @@ Makefile
CTestTestfile.cmake
cmake_install.cmake
install_manifest.txt
Testing/Temporary
CPackConfig.cmake
CPackSourceConfig.cmake


## libraries
*.a
*.so

## Generated files
version
lfortran/ast/ast.py
lfortran/asr/asr.py
lfortran/parser/fortran.tokens
Expand All @@ -29,6 +58,10 @@ lfortran/parser/fortranVisitor.py
src/lfortran/parser/parser.tab.cc
src/lfortran/parser/parser.tab.hh
src/lfortran/parser/tokenizer.cpp
src/lfortran/ast.h
src/lfortran/asr.h
src/lfortran/config.h
share/jupyter/kernels/fortran/kernel.json


# Python
Expand Down

0 comments on commit 5cd0e27

Please sign in to comment.