1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-821: ignore Eclipse data that git would like to track (fixed by Nigel)

This commit is contained in:
Oleg Semyonov 2013-04-07 19:48:33 +03:00
parent 9591791d93
commit be0a386cf8

11
.gitignore vendored
View File

@ -50,5 +50,16 @@ openpilotgcs-build-desktop
# Ignore build output from Eclipse android builds
/androidgcs/bin/
/androidgcs/gen/
# Ignore Eclipse Projects and Metadata
/.cproject
/.project
/.metadata
# Ignore Eclipse temp folder, git plugin based?
RemoteSystemsTempFiles
# Ignore patch-related files
*.rej
*.orig
*.diff~