mirror of
https://github.com/soconnor0919/eceg431.git
synced 2025-12-11 06:34:43 -05:00
project02 complete, add .gitignore
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Compiled outputs
|
||||
*.hack
|
||||
*.out
|
||||
|
||||
# Simulator-generated files
|
||||
*.cmp
|
||||
*.diff
|
||||
*.log
|
||||
*.out
|
||||
|
||||
# OS-generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE / editor settings
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Build artifacts (if using assembler/compiler scripts)
|
||||
bin/
|
||||
out/
|
||||
target/
|
||||
|
||||
# Python / Java tooling (if you extend projects with custom scripts)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.class
|
||||
Reference in New Issue
Block a user