Skip to content

Commit

Permalink
chore: repo updates (LizardByte#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored and KuleRucket committed Jun 6, 2024
1 parent b051cc9 commit 78bd38b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 10 deletions.
52 changes: 42 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,45 @@
build
cmake-build*
.DS_Store
.vscode
.vs
*.swp
*.kdev4

.cache
.idea
# Prerequisites
*.d

# Compiled Object files
*.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
node_modules/
Expand Down
1 change: 1 addition & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Babel==2.14.0
clang-format

0 comments on commit 78bd38b

Please sign in to comment.