chore: repo updates (#2416)
This commit is contained in:
parent
6c0b01737f
commit
8eead6597e
2 changed files with 42 additions and 9 deletions
50
.gitignore
vendored
50
.gitignore
vendored
|
|
@ -1,13 +1,45 @@
|
||||||
build
|
# Prerequisites
|
||||||
cmake-build*
|
*.d
|
||||||
.DS_Store
|
|
||||||
.vscode
|
|
||||||
.vs
|
|
||||||
*.swp
|
|
||||||
*.kdev4
|
|
||||||
|
|
||||||
.cache
|
# Compiled Object files
|
||||||
.idea
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Fortran module files
|
||||||
|
*.mod
|
||||||
|
*.smod
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
|
||||||
|
# JetBrains IDE
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# VSCode IDE
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# build directories
|
||||||
|
build/
|
||||||
|
cmake-*/
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
Babel==2.14.0
|
Babel==2.14.0
|
||||||
|
clang-format
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue