Changed project name and added onto .gitignore

This commit is contained in:
WillardFarmer 2019-09-03 11:14:12 -06:00
parent 8af6ba0543
commit 9c302226e7
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,4 +1,9 @@
*.hex *.hex
*.elf *.elf
*.swp
cmake-build-debug/
cmake-build-debug/*
.idea
.idea/*
build/** build/**
_build/** _build/**

View File

@ -36,7 +36,7 @@ set(AVR_L_FUSE 0xc3)
########################################################################## ##########################################################################
# name your project # name your project
########################################################################## ##########################################################################
project(lab1) project(ece312)
################################################################################## ##################################################################################
# status messages # status messages