Skip to content

Commit

Permalink
basic
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowHZYuan committed Dec 11, 2024
1 parent 3527da8 commit e9bd39c
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
deps/3rd/*
./deps/3rd
./deps/libevent
./deps/googletest
./deps/jsoncpp
./deps/benchmark
.vscode
!.vscode/tasks.json
!.vscode/launch.json
.VSCodeCounter/*
docs/doxy/
./docs/doxy/
build/*
build_*
cmake-build-*/*
Expand All @@ -13,19 +17,16 @@ build
.idea
.ccls-cache
compile_commands.json
.name
miniob.iml
vcs.xml
workspace.xml
modules.xml
./.name
./miniob.iml
./vcs.xml
./workspace.xml
./modules.xml
GRTAGS
GPATH
GTAGS
docs/book
#*#

# ignore generated files
src/observer/sql/parser/lex_sql.cpp
src/observer/sql/parser/lex_sql.h
src/observer/sql/parser/yacc_sql.cpp
src/observer/sql/parser/yacc_sql.hpp
deps/3rd/libevent
deps/3rd/libevent
miniob/db/sys/

0 comments on commit e9bd39c

Please sign in to comment.