当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
6 Star 14 Fork 0

AloLang Dev Team/AloLang-Dev
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
NaiveTomcat 提交于 2021-03-15 13:00 +08:00 . bumped C++ std to C++17
aloc
docs/draft/*
libraries/draft/*
/.project
/.cproject
compiler/*.o
build/*
/Makefile
# /docs/_sidebar.md
secret/
# Created by https://www.toptal.com/developers/gitignore/api/flex,c++
# Edit at https://www.toptal.com/developers/gitignore?templates=flex,c++
### C++ ###
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Linker files
*.ilk
# Debugger Files
*.pdb
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
### Flex ###
# Build and Release Folders
bin/
bin-debug/
bin-release/
.actionScriptProperties
# only for a non-library project
.flexProperties
# only for library project
.flexLibProperties
# Other files and folders
.settings/
.project/
.FlexUnitSettings
.externalToolBuilders
.model
# End of https://www.toptal.com/developers/gitignore/api/flex,c++
# http://www.gnu.org/software/automake
Makefile.in
/ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap
.deps/
.dirstamp
# http://www.gnu.org/software/autoconf
autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.log
/config.status
/config.sub
/configure
/configure~
/configure.scan
/depcomp
/install-sh
/missing
/stamp-h1
# https://www.gnu.org/software/libtool/
/ltmain.sh
# http://www.gnu.org/software/texinfo
/texinfo.tex
# http://www.gnu.org/software/m4/
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
# Generated Makefile
# (meta build system like autotools,
# can automatically generate from config.status script
# (which is called by configure script))
Makefile
*.ll
*.bc
*.s
src/yacc_stuff/tokenizer.cpp
config.guess~
config.sub~
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/alolang-dev-team/AloLang-Dev.git
git@gitee.com:alolang-dev-team/AloLang-Dev.git
alolang-dev-team
AloLang-Dev
AloLang-Dev
master

搜索帮助