Changed project name and added onto .gitignore
This commit is contained in:
parent
8af6ba0543
commit
9c302226e7
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1,9 @@
|
||||
*.hex
|
||||
*.elf
|
||||
*.swp
|
||||
cmake-build-debug/
|
||||
cmake-build-debug/*
|
||||
.idea
|
||||
.idea/*
|
||||
build/**
|
||||
_build/**
|
||||
|
@ -36,7 +36,7 @@ set(AVR_L_FUSE 0xc3)
|
||||
##########################################################################
|
||||
# name your project
|
||||
##########################################################################
|
||||
project(lab1)
|
||||
project(ece312)
|
||||
|
||||
##################################################################################
|
||||
# status messages
|
||||
|
Loading…
Reference in New Issue
Block a user