mkse
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
# Build trees and compiler output
|
||||
/build/
|
||||
/out/
|
||||
/x64/
|
||||
/x86/
|
||||
/Debug/
|
||||
/Release/
|
||||
*.exe
|
||||
*.ilk
|
||||
*.iobj
|
||||
*.ipdb
|
||||
*.obj
|
||||
*.pdb
|
||||
*.tlog
|
||||
|
||||
# IDE and user-specific files
|
||||
/.vs/
|
||||
/.vscode/
|
||||
*.suo
|
||||
*.user
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
|
||||
# Generated numerical results
|
||||
/res/
|
||||
/results/
|
||||
|
||||
# Temporary files
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
*~
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user