diff --git a/.gitignore b/.gitignore index 0000c36fc2..2ea8b5a751 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,9 @@ hal/build/ networktables/cpp/build/ build/ networktables/OutlineViewer/nbproject/private -*~ -.*/target(?:/|$) -.*/dist(?:/|$) -eclipse-plugins/.*/bin(?:/|$) \ No newline at end of file +target/ +dist/ +bin/ +.project +.settings/ +.classpath