FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lpython/.gitignore at main · Smit-create/lpython · GitHub
Smit-create
/
lpython
Public
forked from
lcompilers/lpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lpython
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
171 lines (149 loc) · 2.64 KB
Breadcrumbs
lpython
/
.gitignore
Copy path
File metadata and controls
171 lines (149 loc) · 2.64 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
#
LFortran
src
/
bin
/
lpython
src
/
bin
/
cpptranslate
src
/
bin
/
parse
src
/
bin
/
parse2
src
/
lpython
/
parser
/
parser.output
tests
/
output
src
/
lpython
/
tests
/
test_asm
src
/
lpython
/
tests
/
test_ast
src
/
lpython
/
tests
/
test_llvm
src
/
lpython
/
tests
/
test_parse
src
/
lpython
/
tests
/
test_pickle
src
/
lpython
/
tests
/
test_stacktrace
*
src
/
lpython
/
tests
/
test_serialization
*
src
/
lpython
/
tests
/
test_cwrapper
src
/
lpython
/
tests
/
test_serialization
src
/
lpython
/
tests
/
test_lfortran
src
/
lpython
/
tests
/
write32
src
/
lpython
/
tests
/
write32.asm
src
/
lpython
/
tests
/
subroutines32
src
/
lpython
/
tests
/
subroutines_args32
src
/
lpython
/
tests
/
print32
src
/
lpython
/
tests
/
print_integer
src
/
lpython
/
tests
/
cmp32
src
/
lpython
/
tests
/
x
src
/
lpython
/
tests
/
ref_pickle.txt.new
#
fortran_parser
build-gfortran
build-lfort
#
# CMake
CMakeCache.txt
CMakeFiles
/
Makefile
CTestTestfile.cmake
cmake_install.cmake
install_manifest.txt
Testing
/
Temporary
CPackConfig.cmake
CPackSourceConfig.cmake
_CPack_Packages
/
CMakeSettings.json
#
# libraries
*
.a
*
.so
*
.s
*
.ll
*
.dylib
*
.dSYM
#
# Generated files
version
lpython
/
ast
/
ast.py
lpython
/
asr
/
asr.py
lpython
/
parser
/
fortran.tokens
lpython
/
parser
/
fortran.interp
lpython
/
parser
/
fortranLexer.py
lpython
/
parser
/
fortranLexer.tokens
lpython
/
parser
/
fortranLexer.interp
lpython
/
parser
/
fortranParser.py
lpython
/
parser
/
fortranVisitor.py
src
/
lpython
/
parser
/
parser.tab.cc
src
/
lpython
/
parser
/
parser.tab.hh
src
/
lpython
/
parser
/
tokenizer.cpp
src
/
lpython
/
parser
/
preprocessor.cpp
src
/
lpython
/
ast.h
src
/
lpython
/
asr.h
src
/
libasr
/
asr.h
src
/
libasr
/
config.h
share
/
jupyter
/
kernels
/
fortran
/
kernel.json
src
/
runtime
/
*
.o.empty.c
python_ast.py
python_ast.h
ser.txt
integration_tests
/
py_
*
#
## https://raw.github.com/github/gitignore/218a941be92679ce67d0484547e3e142b2f5f6f0/Global/macOS.gitignore
#
General
.DS_Store
.AppleDouble
.LSOverride
#
Icon must end with two \r
Icon
#
Thumbnails
._
*
#
Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
#
Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network
Trash
Folder
Temporary
Items
.apdisk
#
Python
#
# Byte-compiled / optimized / DLL files
__pycache__
/
*
.py
[
cod
]
*
$py.class
#
# C extensions
*
.so
#
# Distribution / packaging
.Python
build
/
develop-eggs
/
dist
/
downloads
/
eggs
/
.eggs
/
lib
/
lib64
/
parts
/
sdist
/
var
/
wheels
/
*
.egg-info
/
.installed.cfg
*
.egg
*
.dat
*
.mod
MANIFEST
#
# PyTest
.pytest_cache
/
#
# Jupyter
*
-checkpoint.ipynb
#
# Editor Files
.vscode
/
.vs
/
#
# Build Files
*
/
bin
/
lpython
output
*
.o
*
.out
*
.mod
*
.smod
/
.ccls-cache
/
.cache
/
ext
/
extsrc
/
tmp
/
tmpdebug
/
gentests
/
#
# Ninja
build.ninja
.ninja_deps
.ninja_log
/
compile_commands.json
Back
|
FazBrowse Home
|
New Git URL