Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-rahul committed Jan 26, 2025
1 parent 9c0a459 commit 18f9da9
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 9 deletions.
56 changes: 47 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,64 @@
Cargo.lock
**/*.rs.bk

# Binaries and debug files
*.exe
# Build artifacts
*.obj
**/**.obj
*.pdb
*.dll
*.so
*.dylib
*.ilk
*.exp
*.lib
*.o
*.a
*.map
*.iik
**/**.iik

# Executables
*.exe
src_cpp/**/*.exe
src_rst/**/*.exe
**/debug/*.exe
**/release/*.exe

# Debug and release files
debug/
release/
build/
dist/

# IDE specific
.idea/
.vscode/
*.swp
*.swo

# Debug files
debug/
release/
*.suo
*.user
*.userosscache
*.sln.docstates

# System specific
.DS_Store
thumbs.db
desktop.ini
~$*
*.tmp
*.temp

# Private files and credentials
*.env
*.env.*
config.private.*
**/secrets.*
*.key
*.pem
*.cert
*.password

# Logs and databases
*.log
*.sqlite
*.db

# Jekyll build directories
_site/
Expand Down
Binary file modified src_cpp/cat.ilk
Binary file not shown.
Binary file modified src_cpp/cat.obj
Binary file not shown.
Binary file modified src_cpp/test.ilk
Binary file not shown.
Binary file modified src_cpp/test.obj
Binary file not shown.

0 comments on commit 18f9da9

Please sign in to comment.