Added gitignore

This commit is contained in:
SET
2017-12-17 17:38:32 +01:00
committed by SET
parent 6e6916aabe
commit a9c3acfb35
5 changed files with 7 additions and 5 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
dist/
build/

View File

@@ -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

View File

@@ -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

View File

@@ -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_) \

View File

@@ -1,6 +1,6 @@
/*
* File: main.cpp
* Author: SET - nmset@netcourrier.com
* Author: SET - nmset@yandex.com
* License : GPL V2
*
* Created on 9 décembre 2017, 19:04