diff --git a/Linux/.gitignore b/Linux/.gitignore new file mode 100644 index 00000000..c0af6b60 --- /dev/null +++ b/Linux/.gitignore @@ -0,0 +1,2 @@ +/.metadata/ +/RemoteSystemsTempFiles/ \ No newline at end of file diff --git a/Linux/EHAL/.gitignore b/Linux/EHAL/.gitignore index 297123f5..6bb6a660 100644 --- a/Linux/EHAL/.gitignore +++ b/Linux/EHAL/.gitignore @@ -1,5 +1,2 @@ -/Debug/ -/Release/ -/Debug_RPI/ -/Release_PI/ -/Release_RPI/ +/Debug*/ +/Release*/ diff --git a/OSX/EHAL/.gitignore b/OSX/EHAL/.gitignore new file mode 100755 index 00000000..6c7f1ba4 --- /dev/null +++ b/OSX/EHAL/.gitignore @@ -0,0 +1 @@ +/DerivedData/ diff --git a/Win/EHAL/.gitignore b/Win/EHAL/.gitignore new file mode 100755 index 00000000..3551754b --- /dev/null +++ b/Win/EHAL/.gitignore @@ -0,0 +1,7 @@ +/Debug*/ +/Release*/ +/.vs/ +/*.sdf/ +/*.suo/ +/*.db/ +/*.user/ \ No newline at end of file