Added gitignore
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
dist/
|
||||
build/
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: DBusPOD7Workers.cpp
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : GPL V2
|
||||
*
|
||||
* Created on 10 décembre 2017, 14:12
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: DBusPOD7Workers.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : GPL V2
|
||||
*
|
||||
* Created on 10 décembre 2017, 14:12
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* File: globals.h
|
||||
* Author: SET - nmset@netcourrier.com
|
||||
* Author: SET - nmset@yandex.com
|
||||
* License : GPL V2
|
||||
*
|
||||
* Created on 9 décembre 2017, 21:03
|
||||
@@ -12,7 +12,7 @@
|
||||
#define _APPNAME_ "POD7" // Pedal events Over DBus
|
||||
#define _APP_DESCRIPTION_ "Send pedal events over DBus"
|
||||
#define _VERSION_ "1"
|
||||
#define _AUTHOR_ "SET - nmset@netcourrier.com"
|
||||
#define _AUTHOR_ "SET - nmset@yandex.com"
|
||||
#define _ABOUT_ string(_APPNAME_) + string(" - version ") + string(_VERSION_) \
|
||||
+ string(" - ") + string(_APP_DESCRIPTION_) + _DOT_ \
|
||||
+ string("\nAuthor : ") + string(_AUTHOR_) \
|
||||
|
||||
Reference in New Issue
Block a user