initial commit
This commit is contained in:
commit
87132ca1cd
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
### Project Specific
|
||||
# Files
|
||||
*.a
|
||||
*.o
|
||||
*.log
|
||||
|
||||
# Directories
|
||||
|
||||
### Editor Specific
|
||||
# Files
|
||||
temperatureRecorder.sublime-project
|
||||
temperatureRecorder.sublime-workspace
|
||||
|
||||
# Directories
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
### System Specific
|
||||
# Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Directories
|
||||
__MACOSX
|
2
build/Debug/.gitignore
vendored
Normal file
2
build/Debug/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
build/Release/.gitignore
vendored
Normal file
2
build/Release/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
0
src/main.cpp
Normal file
0
src/main.cpp
Normal file
Loading…
x
Reference in New Issue
Block a user