Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2020-11-28 20:24:05 +0300
committerFormerLurker <hochgebe@gmail.com>2020-11-28 20:24:05 +0300
commit356e87a3bdefb45877cd04bac959af7b50fa653f (patch)
treeeccce36c50cf4e324b7dd943cf163b167f206f9b
parente55927b420be2be51082a66830e18a614a9e0b2a (diff)
Update gitignore for generated headers, remove unnecessary makefile.1.0.0
-rw-r--r--.gitignore1
-rw-r--r--GcodeProcessorLib/Makefile6
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 7666809..7547a19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -346,3 +346,4 @@ ASALocalRun/
healthchecksdb
/DeployCodeToPlugin.bat
/DeployCodeToPlugin_Exclude.txt
+/GcodeProcessorLib/deploy/version.h
diff --git a/GcodeProcessorLib/Makefile b/GcodeProcessorLib/Makefile
deleted file mode 100644
index 122f959..0000000
--- a/GcodeProcessorLib/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
- g++ -c *.cpp
-
-
-clean:
- rm -f *.o