Skip to content

Commit

Permalink
Merge pull request #2 from bjoekeldude/master
Browse files Browse the repository at this point in the history
Build-Experience-Enhancement
  • Loading branch information
chenxinye authored May 5, 2024
2 parents c4a8633 + 2fe2820 commit 842ddd2
Show file tree
Hide file tree
Showing 51 changed files with 52 additions and 4,167 deletions.
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# CMake specifics
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.make

# Build Directories
build/
Release/
Debug/
*.dir/
*.iobj
*.ipdb
*.tlog/
*.user
*.userosscache
*.sln.cache
*.VC.db
*.VC.VC.opendb

# Directories which may be generated by IDEs
.vs/
.vscode/
.idea/

# Don't commit binaries
*.exe
*.dll
*.so
*.dylib

# Don't commit objects
*.o
*.obj
*.a
*.lib

# Backup
*~
*.bak
*.swp
*.tmp

# others
.DS_Store
Thumbs.db

Loading

0 comments on commit 842ddd2

Please sign in to comment.