diff --git a/.gitignore b/.gitignore
index 2c1518842f839446db3acaaf013afe685a59ffb7..f27f25179aadb123fea8420daf19beacd0ab9756 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,5 +55,6 @@
 .ionide
 
 .vscode
-
+*.lex.*
+*.tab.*
 # End of https://www.toptal.com/developers/gitignore/api/c++,visualstudiocode
diff --git a/Makefile b/Makefile
index abd8fbf6b6e6b226f98203fdcd7ca4b167a0408f..0d86fc647e3067c02f39bcc37743b23226ab451c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Programm name #
 ################
 
-PROGRAM = StructAnalysis
+PROGRAM = sog-test-paths
 
 ##################
 # Names of file  #
diff --git a/obj/.gitkeep b/obj/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/sog-test-paths b/sog-test-paths
new file mode 100755
index 0000000000000000000000000000000000000000..c52a12a85ce918acd412810402593f30cbbf10f7
Binary files /dev/null and b/sog-test-paths differ