Browse Source

.gitignore: add Eclipse project noise

While at, remove .gitignore self from the list since it does not
make sense to ignore these files when it is recommended a few lines
above to add subdirectory files where appropriate.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
pull/24/head
Michael Heimpold 2 years ago
committed by Stefano Babic
parent
commit
151c5ac3dc
  1. 4
      .gitignore

4
.gitignore

@ -19,7 +19,6 @@
*.swp
*.patch
*.so
.gitignore
CMakeFiles/
Debug/
@ -30,3 +29,6 @@ src/fw_printenv
src/libubootenv.so.*
src/libubootenv_static.a
.vscode
.cproject
.project
.settings

Loading…
Cancel
Save